Html Css Color HEX #F2730A Mango Tango

📋 copy color: '#F2730A'

red 242 ◦ green 115 ◦ blue 10

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

Shades of Mango Tango #F2730A

Tints of Mango Tango #F2730A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.34%

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

R = 65.94%
G = 31.34%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2730A (or 0xF2730A) is known color: Mango Tango. HEX triplet: F2, 73 and 0A. RGB value is (242,115,10). Sum of RGB (Red+Green+Blue) = 242+115+10=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 10 (4.30% from 255 or 2.72% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F2730A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2730A is #0D8CF5. Grayscale: #8D8D8D. Windows color (decimal): -888054 or 685042. OLE color: 685042.

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

Color convert

RGB 242 115 10 -
CMYK 0 0.52 0.96 0.05
HSL 27.16º 0.92% 0.49% -
HSV(B) 27.16º 0.96% 0.95% -
XYZ 42.8 31.16 4.05 -
YUV 141 54.08 200.04 -
System Red Green Blue C M Y K H S L
Decimal 242 115 10 0 0.52 0.96 0.05 27.16 0.92 0.49
Hex F2 73 A 0 34 60 5 1B 5C 31
Octal 362 163 12 0 64 140 5 33 134 61
Binary 11110010 1110011 1010 0 110100 1100000 101 11011 1011100 110001

Color Harmonies of #F2730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2730A

Black with #F2730A

Text Example


Text Example

White with #F2730A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2730A; }

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

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

background-color css

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

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

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

border-color css

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

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

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