Html Css Color HEX #FFA806 Orange

📋 copy color: '#FFA806'

red 255 ◦ green 168 ◦ blue 6

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

Shades of Orange #FFA806

Tints of Orange #FFA806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.4%

R = 59.44%
G = 39.16%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFA806 (or 0xFFA806) is known color: Orange. HEX triplet: FF, A8 and 06. RGB value is (255,168,6). Sum of RGB (Red+Green+Blue) = 255+168+6=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 6 (2.73% from 255 or 1.40% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA806 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA806 is #0057F9. Grayscale: #B0B0B0. Windows color (decimal): -22522 or 436479. OLE color: 436479.

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

Color convert

RGB 255 168 6 -
CMYK 0 0.34 0.98 0
HSL 39.04º 1% 0.51% -
HSV(B) 39.04º 0.98% 1% -
XYZ 55.28 49.28 6.77 -
YUV 175.55 32.32 184.67 -
System Red Green Blue C M Y K H S L
Decimal 255 168 6 0 0.34 0.98 0 39.04 1 0.51
Hex FF A8 6 0 22 62 0 27 64 33
Octal 377 250 6 0 42 142 0 47 144 63
Binary 11111111 10101000 110 0 100010 1100010 0 100111 1100100 110011

Color Harmonies of #FFA806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA806

Black with #FFA806

Text Example


Text Example

White with #FFA806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA806; }

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

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

background-color css

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

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

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

border-color css

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

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

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