Html Css Color HEX #FAAB20 Dark Tangerine

📋 copy color: '#FAAB20'

red 250 ◦ green 171 ◦ blue 32

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

Shades of Dark Tangerine #FAAB20

Tints of Dark Tangerine #FAAB20

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.75%

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

R = 55.19%
G = 37.75%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FAAB20 (or 0xFAAB20) is known color: Dark Tangerine. HEX triplet: FA, AB and 20. RGB value is (250,171,32). Sum of RGB (Red+Green+Blue) = 250+171+32=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 32 (12.89% from 255 or 7.06% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAB20 is #0554DF. Grayscale: #B3B3B3. Windows color (decimal): -349408 or 2141178. OLE color: 2141178.

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

Color convert

RGB 250 171 32 -
CMYK 0 0.32 0.87 0.02
HSL 38.26º 0.96% 0.55% -
HSV(B) 38.26º 0.87% 0.98% -
XYZ 54.25 49.55 8.07 -
YUV 178.78 45.17 178.8 -
System Red Green Blue C M Y K H S L
Decimal 250 171 32 0 0.32 0.87 0.02 38.26 0.96 0.55
Hex FA AB 20 0 20 57 2 26 60 37
Octal 372 253 40 0 40 127 2 46 140 67
Binary 11111010 10101011 100000 0 100000 1010111 10 100110 1100000 110111

Color Harmonies of #FAAB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB20

Black with #FAAB20

Text Example


Text Example

White with #FAAB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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