Html Css Color HEX #FAA808 Orange

📋 copy color: '#FAA808'

red 250 ◦ green 168 ◦ blue 8

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

Shades of Orange #FAA808

Tints of Orange #FAA808

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.44%

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

R = 58.69%
G = 39.44%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAA808 (or 0xFAA808) is known color: Orange. HEX triplet: FA, A8 and 08. RGB value is (250,168,8). Sum of RGB (Red+Green+Blue) = 250+168+8=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 8 (3.52% from 255 or 1.88% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA808 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA808 is #0557F7. Grayscale: #AFAFAF. Windows color (decimal): -350200 or 567546. OLE color: 567546.

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

Color convert

RGB 250 168 8 -
CMYK 0 0.33 0.97 0.02
HSL 39.67º 0.96% 0.51% -
HSV(B) 39.67º 0.97% 0.98% -
XYZ 53.47 48.35 6.74 -
YUV 174.28 34.17 182.01 -
System Red Green Blue C M Y K H S L
Decimal 250 168 8 0 0.33 0.97 0.02 39.67 0.96 0.51
Hex FA A8 8 0 21 61 2 28 60 33
Octal 372 250 10 0 41 141 2 50 140 63
Binary 11111010 10101000 1000 0 100001 1100001 10 101000 1100000 110011

Color Harmonies of #FAA808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA808

Black with #FAA808

Text Example


Text Example

White with #FAA808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA808; }

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

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

background-color css

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

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

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

border-color css

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

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

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