Html Css Color HEX #FBA408 Orange

📋 copy color: '#FBA408'

red 251 ◦ green 164 ◦ blue 8

#FBA408
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange #FBA408

Tints of Orange #FBA408

RGB

 RED value IS 251 (98.44% from 255) = 59.34%

 GREEN value IS 164 (64.45% from 255) = 38.77%

 BLUE value IS 8 (3.52% from 255) = 1.89%

R = 59.34%
G = 38.77%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FBA408 (or 0xFBA408) is known color: Orange. HEX triplet: FB, A4 and 08. RGB value is (251,164,8). Sum of RGB (Red+Green+Blue) = 251+164+8=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 8 (3.52% from 255 or 1.89% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA408 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA408 is #045BF7. Grayscale: #ACACAC. Windows color (decimal): -285688 or 566523. OLE color: 566523.

HSL color Cylindrical-coordinate representation of color #FBA408: hue angle of 38.52º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FBA408 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 164 8 -
CMYK 0 0.35 0.97 0.02
HSL 38.52º 0.97% 0.51% -
HSV(B) 38.52º 0.97% 0.98% -
XYZ 53.1 47.08 6.52 -
YUV 172.23 35.32 184.18 -
System Red Green Blue C M Y K H S L
Decimal 251 164 8 0 0.35 0.97 0.02 38.52 0.97 0.51
Hex FB A4 8 0 23 61 2 27 61 33
Octal 373 244 10 0 43 141 2 47 141 63
Binary 11111011 10100100 1000 0 100011 1100001 10 100111 1100001 110011

Color Harmonies of #FBA408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA408

Black with #FBA408

Text Example


Text Example

White with #FBA408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA408; }

 p { color: rgb(251,164,8); }

 H1.HeaderClassName
 {
   color: #FBA408;
 }
 .AnyTagClassName
 {
   color: #FBA408;
 }
</style>

background-color css

<style>
 a { background-color: #FBA408; }

 a { background-color: rgb(251,164,8); }

 div.DivClassName
 {
   background-color: #FBA408;
 }
 .BgClassName
 {
   background-color: #FBA408;
 }
</style>

border-color css

<style>
 span { border-color: #FBA408; }

 span { border-color: rgb(251,164,8); }

 td.TdClassName
 {
   border-color: #FBA408;
 }
 .TagClassName
 {
   border-color: #FBA408;
 }
</style>