Html Css Color HEX #FAAB11 Dark Tangerine

📋 copy color: '#FAAB11'

red 250 ◦ green 171 ◦ blue 17

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

Shades of Dark Tangerine #FAAB11

Tints of Dark Tangerine #FAAB11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.88%

R = 57.08%
G = 39.04%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAAB11 (or 0xFAAB11) is known color: Dark Tangerine. HEX triplet: FA, AB and 11. RGB value is (250,171,17). Sum of RGB (Red+Green+Blue) = 250+171+17=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 17 (7.03% from 255 or 3.88% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAB11 is #0554EE. Grayscale: #B1B1B1. Windows color (decimal): -349423 or 1158138. OLE color: 1158138.

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

Color convert

RGB 250 171 17 -
CMYK 0 0.32 0.93 0.02
HSL 39.66º 0.96% 0.52% -
HSV(B) 39.66º 0.93% 0.98% -
XYZ 54.09 49.49 7.23 -
YUV 177.07 37.67 180.02 -
System Red Green Blue C M Y K H S L
Decimal 250 171 17 0 0.32 0.93 0.02 39.66 0.96 0.52
Hex FA AB 11 0 20 5D 2 28 60 34
Octal 372 253 21 0 40 135 2 50 140 64
Binary 11111010 10101011 10001 0 100000 1011101 10 101000 1100000 110100

Color Harmonies of #FAAB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB11

Black with #FAAB11

Text Example


Text Example

White with #FAAB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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