Html Css Color HEX #FAA112 Dark Tangerine

📋 copy color: '#FAA112'

red 250 ◦ green 161 ◦ blue 18

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

Shades of Dark Tangerine #FAA112

Tints of Dark Tangerine #FAA112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.2%

R = 58.28%
G = 37.53%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAA112 (or 0xFAA112) is known color: Dark Tangerine. HEX triplet: FA, A1 and 12. RGB value is (250,161,18). Sum of RGB (Red+Green+Blue) = 250+161+18=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA112 is #055EED. Grayscale: #ABABAB. Windows color (decimal): -351982 or 1221114. OLE color: 1221114.

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

Color convert

RGB 250 161 18 -
CMYK 0 0.36 0.93 0.02
HSL 36.98º 0.96% 0.53% -
HSV(B) 36.98º 0.93% 0.98% -
XYZ 52.28 45.86 6.67 -
YUV 171.31 41.49 184.13 -
System Red Green Blue C M Y K H S L
Decimal 250 161 18 0 0.36 0.93 0.02 36.98 0.96 0.53
Hex FA A1 12 0 24 5D 2 25 60 35
Octal 372 241 22 0 44 135 2 45 140 65
Binary 11111010 10100001 10010 0 100100 1011101 10 100101 1100000 110101

Color Harmonies of #FAA112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA112

Black with #FAA112

Text Example


Text Example

White with #FAA112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA112; }

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

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

background-color css

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

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

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

border-color css

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

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

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