Html Css Color HEX #FAAF17 Dark Tangerine

📋 copy color: '#FAAF17'

red 250 ◦ green 175 ◦ blue 23

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

Shades of Dark Tangerine #FAAF17

Tints of Dark Tangerine #FAAF17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.13%

R = 55.8%
G = 39.06%
B = 5.13%

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

#FAAF17 (or 0xFAAF17) is known color: Dark Tangerine. HEX triplet: FA, AF and 17. RGB value is (250,175,23). Sum of RGB (Red+Green+Blue) = 250+175+23=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 23 (9.38% from 255 or 5.13% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAF17 is #0550E8. Grayscale: #B4B4B4. Windows color (decimal): -348393 or 1552378. OLE color: 1552378.

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

Color convert

RGB 250 175 23 -
CMYK 0 0.3 0.91 0.02
HSL 40.18º 0.96% 0.54% -
HSV(B) 40.18º 0.91% 0.98% -
XYZ 54.91 51.05 7.77 -
YUV 180.1 39.35 177.86 -
System Red Green Blue C M Y K H S L
Decimal 250 175 23 0 0.3 0.91 0.02 40.18 0.96 0.54
Hex FA AF 17 0 1E 5B 2 28 60 36
Octal 372 257 27 0 36 133 2 50 140 66
Binary 11111010 10101111 10111 0 11110 1011011 10 101000 1100000 110110

Color Harmonies of #FAAF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF17

Black with #FAAF17

Text Example


Text Example

White with #FAAF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF17; }

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

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

background-color css

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

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

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

border-color css

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

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

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