Html Css Color HEX #FAAF08 Dark Tangerine

📋 copy color: '#FAAF08'

red 250 ◦ green 175 ◦ blue 8

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

Shades of Dark Tangerine #FAAF08

Tints of Dark Tangerine #FAAF08

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.42%

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

R = 57.74%
G = 40.42%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAAF08 (or 0xFAAF08) is known color: Dark Tangerine. HEX triplet: FA, AF and 08. RGB value is (250,175,8). Sum of RGB (Red+Green+Blue) = 250+175+8=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 8 (3.52% from 255 or 1.85% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAF08 is #0550F7. Grayscale: #B3B3B3. Windows color (decimal): -348408 or 569338. OLE color: 569338.

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

Color convert

RGB 250 175 8 -
CMYK 0 0.3 0.97 0.02
HSL 41.4º 0.96% 0.51% -
HSV(B) 41.4º 0.97% 0.98% -
XYZ 54.8 51 7.19 -
YUV 178.39 31.85 179.08 -
System Red Green Blue C M Y K H S L
Decimal 250 175 8 0 0.3 0.97 0.02 41.4 0.96 0.51
Hex FA AF 8 0 1E 61 2 29 60 33
Octal 372 257 10 0 36 141 2 51 140 63
Binary 11111010 10101111 1000 0 11110 1100001 10 101001 1100000 110011

Color Harmonies of #FAAF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF08

Black with #FAAF08

Text Example


Text Example

White with #FAAF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF08; }

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

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

background-color css

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

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

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

border-color css

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

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

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