Html Css Color HEX #FAAF16 Dark Tangerine

📋 copy color: '#FAAF16'

red 250 ◦ green 175 ◦ blue 22

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

Shades of Dark Tangerine #FAAF16

Tints of Dark Tangerine #FAAF16

RGB

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

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

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

R = 55.93%
G = 39.15%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAAF16 (or 0xFAAF16) is known color: Dark Tangerine. HEX triplet: FA, AF and 16. RGB value is (250,175,22). Sum of RGB (Red+Green+Blue) = 250+175+22=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 22 (8.98% from 255 or 4.92% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAF16 is #0550E9. Grayscale: #B4B4B4. Windows color (decimal): -348394 or 1486842. OLE color: 1486842.

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

Color convert

RGB 250 175 22 -
CMYK 0 0.3 0.91 0.02
HSL 40.26º 0.96% 0.53% -
HSV(B) 40.26º 0.91% 0.98% -
XYZ 54.9 51.04 7.72 -
YUV 179.98 38.85 177.94 -
System Red Green Blue C M Y K H S L
Decimal 250 175 22 0 0.3 0.91 0.02 40.26 0.96 0.53
Hex FA AF 16 0 1E 5B 2 28 60 35
Octal 372 257 26 0 36 133 2 50 140 65
Binary 11111010 10101111 10110 0 11110 1011011 10 101000 1100000 110101

Color Harmonies of #FAAF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF16

Black with #FAAF16

Text Example


Text Example

White with #FAAF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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