Html Css Color HEX #F2760A Mango Tango

📋 copy color: '#F2760A'

red 242 ◦ green 118 ◦ blue 10

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

Shades of Mango Tango #F2760A

Tints of Mango Tango #F2760A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.89%

 BLUE value IS 10 (4.3% from 255) = 2.7%

R = 65.41%
G = 31.89%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2760A (or 0xF2760A) is known color: Mango Tango. HEX triplet: F2, 76 and 0A. RGB value is (242,118,10). Sum of RGB (Red+Green+Blue) = 242+118+10=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 10 (4.30% from 255 or 2.70% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F2760A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2760A is #0D89F5. Grayscale: #8F8F8F. Windows color (decimal): -887286 or 685810. OLE color: 685810.

HSL color Cylindrical-coordinate representation of color #F2760A: hue angle of 27.93º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2760A is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 118 10 -
CMYK 0 0.51 0.96 0.05
HSL 27.93º 0.92% 0.49% -
HSV(B) 27.93º 0.96% 0.95% -
XYZ 43.15 31.86 4.16 -
YUV 142.76 53.08 198.78 -
System Red Green Blue C M Y K H S L
Decimal 242 118 10 0 0.51 0.96 0.05 27.93 0.92 0.49
Hex F2 76 A 0 33 60 5 1C 5C 31
Octal 362 166 12 0 63 140 5 34 134 61
Binary 11110010 1110110 1010 0 110011 1100000 101 11100 1011100 110001

Color Harmonies of #F2760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2760A

Black with #F2760A

Text Example


Text Example

White with #F2760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2760A; }

 p { color: rgb(242,118,10); }

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

background-color css

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

 a { background-color: rgb(242,118,10); }

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

border-color css

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

 span { border-color: rgb(242,118,10); }

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