Html Css Color HEX #F2B412 Dark Tangerine

📋 copy color: '#F2B412'

red 242 ◦ green 180 ◦ blue 18

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

Shades of Dark Tangerine #F2B412

Tints of Dark Tangerine #F2B412

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.91%

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

R = 55%
G = 40.91%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2B412 (or 0xF2B412) is known color: Dark Tangerine. HEX triplet: F2, B4 and 12. RGB value is (242,180,18). Sum of RGB (Red+Green+Blue) = 242+180+18=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 18 (7.42% from 255 or 4.09% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B412 is #0D4BED. Grayscale: #B4B4B4. Windows color (decimal): -871406 or 1225970. OLE color: 1225970.

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

Color convert

RGB 242 180 18 -
CMYK 0 0.26 0.93 0.05
HSL 43.39º 0.9% 0.51% -
HSV(B) 43.39º 0.93% 0.95% -
XYZ 53.05 51.56 7.73 -
YUV 180.07 36.54 172.17 -
System Red Green Blue C M Y K H S L
Decimal 242 180 18 0 0.26 0.93 0.05 43.39 0.9 0.51
Hex F2 B4 12 0 1A 5D 5 2B 5A 33
Octal 362 264 22 0 32 135 5 53 132 63
Binary 11110010 10110100 10010 0 11010 1011101 101 101011 1011010 110011

Color Harmonies of #F2B412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B412

Black with #F2B412

Text Example


Text Example

White with #F2B412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B412; }

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

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

background-color css

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

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

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

border-color css

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

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

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