Html Css Color HEX #F07505 Mango Tango

📋 copy color: '#F07505'

red 240 ◦ green 117 ◦ blue 5

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

Shades of Mango Tango #F07505

Tints of Mango Tango #F07505

RGB

 RED value IS 240 (94.14% from 255) = 66.3%

 GREEN value IS 117 (46.09% from 255) = 32.32%

 BLUE value IS 5 (2.34% from 255) = 1.38%

R = 66.3%
G = 32.32%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F07505 (or 0xF07505) is known color: Mango Tango. HEX triplet: F0, 75 and 05. RGB value is (240,117,5). Sum of RGB (Red+Green+Blue) = 240+117+5=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F07505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07505 is #0F8AFA. Grayscale: #8D8D8D. Windows color (decimal): -1018619 or 357872. OLE color: 357872.

HSL color Cylindrical-coordinate representation of color #F07505: hue angle of 28.6º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F07505 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 117 5 -
CMYK 0 0.51 0.98 0.06
HSL 28.6º 0.96% 0.48% -
HSV(B) 28.6º 0.98% 0.94% -
XYZ 42.32 31.26 3.95 -
YUV 141.01 51.25 198.61 -
System Red Green Blue C M Y K H S L
Decimal 240 117 5 0 0.51 0.98 0.06 28.6 0.96 0.48
Hex F0 75 5 0 33 62 6 1D 60 30
Octal 360 165 5 0 63 142 6 35 140 60
Binary 11110000 1110101 101 0 110011 1100010 110 11101 1100000 110000

Color Harmonies of #F07505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07505

Black with #F07505

Text Example


Text Example

White with #F07505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07505; }

 p { color: rgb(240,117,5); }

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

background-color css

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

 a { background-color: rgb(240,117,5); }

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

border-color css

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

 span { border-color: rgb(240,117,5); }

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