Html Css Color HEX #FAA608 Orange

📋 copy color: '#FAA608'

red 250 ◦ green 166 ◦ blue 8

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

Shades of Orange #FAA608

Tints of Orange #FAA608

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.15%

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

R = 58.96%
G = 39.15%
B = 1.89%

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

#FAA608 (or 0xFAA608) is known color: Orange. HEX triplet: FA, A6 and 08. RGB value is (250,166,8). Sum of RGB (Red+Green+Blue) = 250+166+8=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 8 (3.52% from 255 or 1.89% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA608 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA608 is #0559F7. Grayscale: #ADADAD. Windows color (decimal): -350712 or 567034. OLE color: 567034.

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

Color convert

RGB 250 166 8 -
CMYK 0 0.34 0.97 0.02
HSL 39.17º 0.96% 0.51% -
HSV(B) 39.17º 0.97% 0.98% -
XYZ 53.1 47.61 6.62 -
YUV 173.1 34.83 182.85 -
System Red Green Blue C M Y K H S L
Decimal 250 166 8 0 0.34 0.97 0.02 39.17 0.96 0.51
Hex FA A6 8 0 22 61 2 27 60 33
Octal 372 246 10 0 42 141 2 47 140 63
Binary 11111010 10100110 1000 0 100010 1100001 10 100111 1100000 110011

Color Harmonies of #FAA608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA608

Black with #FAA608

Text Example


Text Example

White with #FAA608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA608; }

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

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

background-color css

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

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

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

border-color css

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

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

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