Html Css Color HEX #FAAB16 Dark Tangerine

📋 copy color: '#FAAB16'

red 250 ◦ green 171 ◦ blue 22

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

Shades of Dark Tangerine #FAAB16

Tints of Dark Tangerine #FAAB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.97%

R = 56.43%
G = 38.6%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAAB16 (or 0xFAAB16) is known color: Dark Tangerine. HEX triplet: FA, AB and 16. RGB value is (250,171,22). Sum of RGB (Red+Green+Blue) = 250+171+22=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 22 (8.98% from 255 or 4.97% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAB16 is #0554E9. Grayscale: #B2B2B2. Windows color (decimal): -349418 or 1485818. OLE color: 1485818.

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

Color convert

RGB 250 171 22 -
CMYK 0 0.32 0.91 0.02
HSL 39.21º 0.96% 0.53% -
HSV(B) 39.21º 0.91% 0.98% -
XYZ 54.13 49.51 7.46 -
YUV 177.64 40.17 179.62 -
System Red Green Blue C M Y K H S L
Decimal 250 171 22 0 0.32 0.91 0.02 39.21 0.96 0.53
Hex FA AB 16 0 20 5B 2 27 60 35
Octal 372 253 26 0 40 133 2 47 140 65
Binary 11111010 10101011 10110 0 100000 1011011 10 100111 1100000 110101

Color Harmonies of #FAAB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB16

Black with #FAAB16

Text Example


Text Example

White with #FAAB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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