Html Css Color HEX #F2AB12 Dark Tangerine

📋 copy color: '#F2AB12'

red 242 ◦ green 171 ◦ blue 18

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

Shades of Dark Tangerine #F2AB12

Tints of Dark Tangerine #F2AB12

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.68%

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

R = 56.15%
G = 39.68%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2AB12 (or 0xF2AB12) is known color: Dark Tangerine. HEX triplet: F2, AB and 12. RGB value is (242,171,18). Sum of RGB (Red+Green+Blue) = 242+171+18=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 18 (7.42% from 255 or 4.18% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AB12 is #0D54ED. Grayscale: #AFAFAF. Windows color (decimal): -873710 or 1223666. OLE color: 1223666.

HSL color Cylindrical-coordinate representation of color #F2AB12: hue angle of 40.98º 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 #F2AB12 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 171 18 -
CMYK 0 0.29 0.93 0.05
HSL 40.98º 0.9% 0.51% -
HSV(B) 40.98º 0.93% 0.95% -
XYZ 51.29 48.05 7.14 -
YUV 174.79 39.52 175.94 -
System Red Green Blue C M Y K H S L
Decimal 242 171 18 0 0.29 0.93 0.05 40.98 0.9 0.51
Hex F2 AB 12 0 1D 5D 5 29 5A 33
Octal 362 253 22 0 35 135 5 51 132 63
Binary 11110010 10101011 10010 0 11101 1011101 101 101001 1011010 110011

Color Harmonies of #F2AB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AB12

Black with #F2AB12

Text Example


Text Example

White with #F2AB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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