Html Css Color HEX #F2B012 Dark Tangerine

📋 copy color: '#F2B012'

red 242 ◦ green 176 ◦ blue 18

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

Shades of Dark Tangerine #F2B012

Tints of Dark Tangerine #F2B012

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.37%

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

R = 55.5%
G = 40.37%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2B012 (or 0xF2B012) is known color: Dark Tangerine. HEX triplet: F2, B0 and 12. RGB value is (242,176,18). Sum of RGB (Red+Green+Blue) = 242+176+18=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2B012 is #0D4FED. Grayscale: #B2B2B2. Windows color (decimal): -872430 or 1224946. OLE color: 1224946.

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

Color convert

RGB 242 176 18 -
CMYK 0 0.27 0.93 0.05
HSL 42.32º 0.9% 0.51% -
HSV(B) 42.32º 0.93% 0.95% -
XYZ 52.25 49.97 7.46 -
YUV 177.72 37.87 173.85 -
System Red Green Blue C M Y K H S L
Decimal 242 176 18 0 0.27 0.93 0.05 42.32 0.9 0.51
Hex F2 B0 12 0 1B 5D 5 2A 5A 33
Octal 362 260 22 0 33 135 5 52 132 63
Binary 11110010 10110000 10010 0 11011 1011101 101 101010 1011010 110011

Color Harmonies of #F2B012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B012

Black with #F2B012

Text Example


Text Example

White with #F2B012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B012; }

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

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

background-color css

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

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

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

border-color css

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

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

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