Html Css Color HEX #F2780B Mango Tango

📋 copy color: '#F2780B'

red 242 ◦ green 120 ◦ blue 11

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

Shades of Mango Tango #F2780B

Tints of Mango Tango #F2780B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.17%

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

R = 64.88%
G = 32.17%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2780B (or 0xF2780B) is known color: Mango Tango. HEX triplet: F2, 78 and 0B. RGB value is (242,120,11). Sum of RGB (Red+Green+Blue) = 242+120+11=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F2780B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2780B is #0D87F4. Grayscale: #909090. Windows color (decimal): -886773 or 751858. OLE color: 751858.

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

Color convert

RGB 242 120 11 -
CMYK 0 0.50 0.95 0.05
HSL 28.31º 0.91% 0.5% -
HSV(B) 28.31º 0.95% 0.95% -
XYZ 43.39 32.33 4.27 -
YUV 144.05 52.92 197.86 -
System Red Green Blue C M Y K H S L
Decimal 242 120 11 0 0.50 0.95 0.05 28.31 0.91 0.5
Hex F2 78 B 0 32 5F 5 1C 5B 32
Octal 362 170 13 0 62 137 5 34 133 62
Binary 11110010 1111000 1011 0 110010 1011111 101 11100 1011011 110010

Color Harmonies of #F2780B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2780B

Black with #F2780B

Text Example


Text Example

White with #F2780B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2780B; }

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

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

background-color css

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

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

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

border-color css

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

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

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