Html Css Color HEX #FAAC20 Dark Tangerine

📋 copy color: '#FAAC20'

red 250 ◦ green 172 ◦ blue 32

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

Shades of Dark Tangerine #FAAC20

Tints of Dark Tangerine #FAAC20

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.89%

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

R = 55.07%
G = 37.89%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FAAC20 (or 0xFAAC20) is known color: Dark Tangerine. HEX triplet: FA, AC and 20. RGB value is (250,172,32). Sum of RGB (Red+Green+Blue) = 250+172+32=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 32 (12.89% from 255 or 7.05% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAC20 is #0553DF. Grayscale: #B4B4B4. Windows color (decimal): -349152 or 2141434. OLE color: 2141434.

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

Color convert

RGB 250 172 32 -
CMYK 0 0.31 0.87 0.02
HSL 38.53º 0.96% 0.55% -
HSV(B) 38.53º 0.87% 0.98% -
XYZ 54.44 49.93 8.14 -
YUV 179.36 44.84 178.38 -
System Red Green Blue C M Y K H S L
Decimal 250 172 32 0 0.31 0.87 0.02 38.53 0.96 0.55
Hex FA AC 20 0 1F 57 2 27 60 37
Octal 372 254 40 0 37 127 2 47 140 67
Binary 11111010 10101100 100000 0 11111 1010111 10 100111 1100000 110111

Color Harmonies of #FAAC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAC20

Black with #FAAC20

Text Example


Text Example

White with #FAAC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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