Color Hex Logo

#ffb319 Color Hex

#FFB319
(255,179,25)
1 Favorites   0 Comments

Color spaces of #ffb319

RGB 25517925
HSL0.111.000.55
HSV40°90°100°
CMYK 0.000.300.90   0.00
XYZ57.535653.57048.2274
Yxy53.57040.48210.4489
Hunter Lab73.191812.232044.5695
CIE-Lab78.210616.883377.8787

#ffb319 color RGB value is (255,179,25).

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

The process color (four color CMYK) of #ffb319 color hex is 0.00, 0.30, 0.90, 0.00. Web safe color of #ffb319 is #ffcc00. Color #ffb319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110011 00011001
Octal 377 263 31
Decimal 255 179 25
Hex FF B3 19

RGB Percentages of Color #ffb319

%55.56
%39.00
%5.45

CMYK Percentages of Color #ffb319

%0
%30
%90
%0

Triadic Colors of #ffb319

#ffb319 #19ffb3 #b319ff

Analogous Colors of #ffb319

#ffb319 #d8ff19 #ff4019

Monochromatic Colors of #ffb319

#ffb319

Complementary Color

#ffb319 #1965ff

#ffb319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb319 Color CSS Codes

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

#ffb319 Text Font Color

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

This sample text font color is #ffb319
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.


#ffb319 Background Color

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

This div background color is #ffb319


#ffb319 Border Color

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

This div border color is #ffb319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb319


Comments

No comments written yet.

Please login to write comment.