Html Css Color HEX #F2740B Mango Tango

📋 copy color: '#F2740B'

red 242 ◦ green 116 ◦ blue 11

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

Shades of Mango Tango #F2740B

Tints of Mango Tango #F2740B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.44%

 BLUE value IS 11 (4.69% from 255) = 2.98%

R = 65.58%
G = 31.44%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2740B (or 0xF2740B) is known color: Mango Tango. HEX triplet: F2, 74 and 0B. RGB value is (242,116,11). Sum of RGB (Red+Green+Blue) = 242+116+11=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F2740B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2740B is #0D8BF4. Grayscale: #8E8E8E. Windows color (decimal): -887797 or 750834. OLE color: 750834.

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

Color convert

RGB 242 116 11 -
CMYK 0 0.52 0.95 0.05
HSL 27.27º 0.91% 0.5% -
HSV(B) 27.27º 0.95% 0.95% -
XYZ 42.92 31.39 4.11 -
YUV 141.7 54.24 199.54 -
System Red Green Blue C M Y K H S L
Decimal 242 116 11 0 0.52 0.95 0.05 27.27 0.91 0.5
Hex F2 74 B 0 34 5F 5 1B 5B 32
Octal 362 164 13 0 64 137 5 33 133 62
Binary 11110010 1110100 1011 0 110100 1011111 101 11011 1011011 110010

Color Harmonies of #F2740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2740B

Black with #F2740B

Text Example


Text Example

White with #F2740B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2740B; }

 p { color: rgb(242,116,11); }

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

background-color css

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

 a { background-color: rgb(242,116,11); }

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

border-color css

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

 span { border-color: rgb(242,116,11); }

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