Html Css Color HEX #FAA117 Dark Tangerine

📋 copy color: '#FAA117'

red 250 ◦ green 161 ◦ blue 23

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

Shades of Dark Tangerine #FAA117

Tints of Dark Tangerine #FAA117

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.1%

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

R = 57.6%
G = 37.1%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAA117 (or 0xFAA117) is known color: Dark Tangerine. HEX triplet: FA, A1 and 17. RGB value is (250,161,23). Sum of RGB (Red+Green+Blue) = 250+161+23=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 23 (9.38% from 255 or 5.30% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA117 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA117 is #055EE8. Grayscale: #ACACAC. Windows color (decimal): -351977 or 1548794. OLE color: 1548794.

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

Color convert

RGB 250 161 23 -
CMYK 0 0.36 0.91 0.02
HSL 36.48º 0.96% 0.54% -
HSV(B) 36.48º 0.91% 0.98% -
XYZ 52.32 45.88 6.91 -
YUV 171.88 43.99 183.72 -
System Red Green Blue C M Y K H S L
Decimal 250 161 23 0 0.36 0.91 0.02 36.48 0.96 0.54
Hex FA A1 17 0 24 5B 2 24 60 36
Octal 372 241 27 0 44 133 2 44 140 66
Binary 11111010 10100001 10111 0 100100 1011011 10 100100 1100000 110110

Color Harmonies of #FAA117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA117

Black with #FAA117

Text Example


Text Example

White with #FAA117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA117; }

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

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

background-color css

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

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

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

border-color css

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

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

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