Html Css Color HEX #F2A112 Dark Tangerine

📋 copy color: '#F2A112'

red 242 ◦ green 161 ◦ blue 18

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

Shades of Dark Tangerine #F2A112

Tints of Dark Tangerine #F2A112

RGB

 RED value IS 242 (94.92% from 255) = 57.48%

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

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

R = 57.48%
G = 38.24%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2A112 (or 0xF2A112) is known color: Dark Tangerine. HEX triplet: F2, A1 and 12. RGB value is (242,161,18). Sum of RGB (Red+Green+Blue) = 242+161+18=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A112 is #0D5EED. Grayscale: #A9A9A9. Windows color (decimal): -876270 or 1221106. OLE color: 1221106.

HSL color Cylindrical-coordinate representation of color #F2A112: hue angle of 38.3º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2A112 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 161 18 -
CMYK 0 0.33 0.93 0.05
HSL 38.3º 0.9% 0.51% -
HSV(B) 38.3º 0.93% 0.95% -
XYZ 49.47 44.41 6.54 -
YUV 168.92 42.84 180.13 -
System Red Green Blue C M Y K H S L
Decimal 242 161 18 0 0.33 0.93 0.05 38.3 0.9 0.51
Hex F2 A1 12 0 21 5D 5 26 5A 33
Octal 362 241 22 0 41 135 5 46 132 63
Binary 11110010 10100001 10010 0 100001 1011101 101 100110 1011010 110011

Color Harmonies of #F2A112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A112

Black with #F2A112

Text Example


Text Example

White with #F2A112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A112; }

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

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

background-color css

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

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

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

border-color css

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

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

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