Html Css Color HEX #FAA408 Orange

📋 copy color: '#FAA408'

red 250 ◦ green 164 ◦ blue 8

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

Shades of Orange #FAA408

Tints of Orange #FAA408

RGB

 RED value IS 250 (98.05% from 255) = 59.24%

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

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

R = 59.24%
G = 38.86%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAA408 (or 0xFAA408) is known color: Orange. HEX triplet: FA, A4 and 08. RGB value is (250,164,8). Sum of RGB (Red+Green+Blue) = 250+164+8=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 8 (3.52% from 255 or 1.90% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA408 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA408 is #055BF7. Grayscale: #ACACAC. Windows color (decimal): -351224 or 566522. OLE color: 566522.

HSL color Cylindrical-coordinate representation of color #FAA408: hue angle of 38.68º degrees, saturation: 0.96, 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 #FAA408 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 164 8 -
CMYK 0 0.34 0.97 0.02
HSL 38.68º 0.96% 0.51% -
HSV(B) 38.68º 0.97% 0.98% -
XYZ 52.74 46.89 6.5 -
YUV 171.93 35.49 183.68 -
System Red Green Blue C M Y K H S L
Decimal 250 164 8 0 0.34 0.97 0.02 38.68 0.96 0.51
Hex FA A4 8 0 22 61 2 27 60 33
Octal 372 244 10 0 42 141 2 47 140 63
Binary 11111010 10100100 1000 0 100010 1100001 10 100111 1100000 110011

Color Harmonies of #FAA408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA408

Black with #FAA408

Text Example


Text Example

White with #FAA408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA408; }

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

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

background-color css

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

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

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

border-color css

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

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

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