Color Hex Logo

#ffb618 Color Hex

#FFB618
(255,182,24)
0 Favorites   0 Comments

Color spaces of #ffb618

RGB 25518224
HSL0.111.000.55
HSV41°91°100°
CMYK 0.000.290.91   0.00
XYZ58.132854.78188.3742
Yxy54.78180.47930.4517
Hunter Lab74.014710.672145.1021
CIE-Lab78.915415.303678.5940

#ffb618 color RGB value is (255,182,24).

#ffb618 hex color red value is 255, green value is 182 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #ffb618 hue: 0.11 , saturation: 1.00 and the lightness value of ffb618 is 0.55.

The process color (four color CMYK) of #ffb618 color hex is 0.00, 0.29, 0.91, 0.00. Web safe color of #ffb618 is #ffcc00. Color #ffb618 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110110 00011000
Octal 377 266 30
Decimal 255 182 24
Hex FF B6 18

RGB Percentages of Color #ffb618

%55.31
%39.48
%5.21

CMYK Percentages of Color #ffb618

%0
%29
%91
%0

Triadic Colors of #ffb618

#ffb618 #18ffb6 #b618ff

Analogous Colors of #ffb618

#ffb618 #d5ff18 #ff4318

Monochromatic Colors of #ffb618

#ffb618

Complementary Color

#ffb618 #1861ff

#ffb618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb618 Color CSS Codes

.mybgcolor {background-color:#ffb618; } 
.myforecolor {color:#ffb618; }
.mybordercolor {border:3px solid #ffb618; }

#ffb618 Text Font Color

<p style="color:#ffb618">Text here</p>

This sample text font color is #ffb618
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ffb618 Background Color

<div style="background-color:#ffb618">
Div content here</div>

This div background color is #ffb618


#ffb618 Border Color

<div style="border:3px solid #ffb618">
Div here</div>

This div border color is #ffb618


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,182,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffb618; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffb618;
  -webkit-box-shadow: 1px 1px 3px 2px #ffb618;
  box-shadow:         1px 1px 3px 2px #ffb618; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,182,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ffb618">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ffb618;
  -webkit-box-shadow: 1px 1px 3px 2px #ffb618;
  box-shadow:         1px 1px 3px 2px #ffb618;">
Div content here</div>

This div box has shadow with color #ffb618

Related Colors


Comments

No comments written yet.

Please login to write comment.