Html Css Color HEX #F2720C Mango Tango

📋 copy color: '#F2720C'

red 242 ◦ green 114 ◦ blue 12

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

Shades of Mango Tango #F2720C

Tints of Mango Tango #F2720C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.98%

 BLUE value IS 12 (5.08% from 255) = 3.26%

R = 65.76%
G = 30.98%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2720C (or 0xF2720C) is known color: Mango Tango. HEX triplet: F2, 72 and 0C. RGB value is (242,114,12). Sum of RGB (Red+Green+Blue) = 242+114+12=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F2720C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2720C is #0D8DF3. Grayscale: #8D8D8D. Windows color (decimal): -888308 or 815858. OLE color: 815858.

HSL color Cylindrical-coordinate representation of color #F2720C: hue angle of 26.61º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2720C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 114 12 -
CMYK 0 0.53 0.95 0.05
HSL 26.61º 0.91% 0.5% -
HSV(B) 26.61º 0.95% 0.95% -
XYZ 42.7 30.94 4.07 -
YUV 140.64 55.41 200.29 -
System Red Green Blue C M Y K H S L
Decimal 242 114 12 0 0.53 0.95 0.05 26.61 0.91 0.5
Hex F2 72 C 0 35 5F 5 1B 5B 32
Octal 362 162 14 0 65 137 5 33 133 62
Binary 11110010 1110010 1100 0 110101 1011111 101 11011 1011011 110010

Color Harmonies of #F2720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2720C

Black with #F2720C

Text Example


Text Example

White with #F2720C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2720C; }

 p { color: rgb(242,114,12); }

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

background-color css

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

 a { background-color: rgb(242,114,12); }

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

border-color css

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

 span { border-color: rgb(242,114,12); }

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