Html Css Color HEX #F2770C Mango Tango

📋 copy color: '#F2770C'

red 242 ◦ green 119 ◦ blue 12

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

Shades of Mango Tango #F2770C

Tints of Mango Tango #F2770C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.9%

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

R = 64.88%
G = 31.9%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2770C (or 0xF2770C) is known color: Mango Tango. HEX triplet: F2, 77 and 0C. RGB value is (242,119,12). Sum of RGB (Red+Green+Blue) = 242+119+12=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F2770C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2770C is #0D88F3. Grayscale: #909090. Windows color (decimal): -887028 or 817138. OLE color: 817138.

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

Color convert

RGB 242 119 12 -
CMYK 0 0.51 0.95 0.05
HSL 27.91º 0.91% 0.5% -
HSV(B) 27.91º 0.95% 0.95% -
XYZ 43.28 32.1 4.26 -
YUV 143.58 53.75 198.2 -
System Red Green Blue C M Y K H S L
Decimal 242 119 12 0 0.51 0.95 0.05 27.91 0.91 0.5
Hex F2 77 C 0 33 5F 5 1C 5B 32
Octal 362 167 14 0 63 137 5 34 133 62
Binary 11110010 1110111 1100 0 110011 1011111 101 11100 1011011 110010

Color Harmonies of #F2770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2770C

Black with #F2770C

Text Example


Text Example

White with #F2770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2770C; }

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

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

background-color css

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

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

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

border-color css

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

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

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