Html Css Color HEX #FFA808 Orange

📋 copy color: '#FFA808'

red 255 ◦ green 168 ◦ blue 8

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

Shades of Orange #FFA808

Tints of Orange #FFA808

RGB

 RED value IS 255 (100% from 255) = 59.16%

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

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

R = 59.16%
G = 38.98%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFA808 (or 0xFFA808) is known color: Orange. HEX triplet: FF, A8 and 08. RGB value is (255,168,8). Sum of RGB (Red+Green+Blue) = 255+168+8=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 8 (3.52% from 255 or 1.86% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA808 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA808 is #0057F7. Grayscale: #B0B0B0. Windows color (decimal): -22520 or 567551. OLE color: 567551.

HSL color Cylindrical-coordinate representation of color #FFA808: hue angle of 38.87º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFA808 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.

Color convert

RGB 255 168 8 -
CMYK 0 0.34 0.97 0
HSL 38.87º 1% 0.52% -
HSV(B) 38.87º 0.97% 1% -
XYZ 55.29 49.28 6.83 -
YUV 175.77 33.32 184.51 -
System Red Green Blue C M Y K H S L
Decimal 255 168 8 0 0.34 0.97 0 38.87 1 0.52
Hex FF A8 8 0 22 61 0 27 64 34
Octal 377 250 10 0 42 141 0 47 144 64
Binary 11111111 10101000 1000 0 100010 1100001 0 100111 1100100 110100

Color Harmonies of #FFA808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA808

Black with #FFA808

Text Example


Text Example

White with #FFA808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA808; }

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

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

background-color css

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

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

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

border-color css

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

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

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