Html Css Color HEX #FAAF20 Dark Tangerine

📋 copy color: '#FAAF20'

red 250 ◦ green 175 ◦ blue 32

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

Shades of Dark Tangerine #FAAF20

Tints of Dark Tangerine #FAAF20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7%

R = 54.7%
G = 38.29%
B = 7%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FAAF20 (or 0xFAAF20) is known color: Dark Tangerine. HEX triplet: FA, AF and 20. RGB value is (250,175,32). Sum of RGB (Red+Green+Blue) = 250+175+32=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAF20 is #0550DF. Grayscale: #B5B5B5. Windows color (decimal): -348384 or 2142202. OLE color: 2142202.

HSL color Cylindrical-coordinate representation of color #FAAF20: hue angle of 39.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FAAF20 is Cyan = 0, Magento = 0.3, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 175 32 -
CMYK 0 0.3 0.87 0.02
HSL 39.36º 0.96% 0.55% -
HSV(B) 39.36º 0.87% 0.98% -
XYZ 55.02 51.09 8.33 -
YUV 181.12 43.85 177.13 -
System Red Green Blue C M Y K H S L
Decimal 250 175 32 0 0.3 0.87 0.02 39.36 0.96 0.55
Hex FA AF 20 0 1E 57 2 27 60 37
Octal 372 257 40 0 36 127 2 47 140 67
Binary 11111010 10101111 100000 0 11110 1010111 10 100111 1100000 110111

Color Harmonies of #FAAF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF20

Black with #FAAF20

Text Example


Text Example

White with #FAAF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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