Color Hex Logo

#ffb318 Color Hex

#FFB318
(255,179,24)
0 Favorites   0 Comments

Color spaces of #ffb318

RGB 25517924
HSL0.111.000.55
HSV40°91°100°
CMYK 0.000.300.91   0.00
XYZ57.525053.56618.1716
Yxy53.56610.48230.4491
Hunter Lab73.188912.217044.6124
CIE-Lab78.208016.868278.0659

#ffb318 color RGB value is (255,179,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110011 00011000
Octal 377 263 30
Decimal 255 179 24
Hex FF B3 18

RGB Percentages of Color #ffb318

%55.68
%39.08
%5.24

CMYK Percentages of Color #ffb318

%0
%30
%91
%0

Triadic Colors of #ffb318

#ffb318 #18ffb3 #b318ff

Analogous Colors of #ffb318

#ffb318 #d8ff18 #ff4018

Monochromatic Colors of #ffb318

#ffb318

Complementary Color

#ffb318 #1864ff

#ffb318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb318 Color CSS Codes

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

#ffb318 Text Font Color

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

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


#ffb318 Background Color

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

This div background color is #ffb318


#ffb318 Border Color

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

This div border color is #ffb318


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,179,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 #ffb318">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb318

Related Colors


Comments

No comments written yet.

Please login to write comment.