Html Css Color HEX #F07105 Mango Tango

📋 copy color: '#F07105'

red 240 ◦ green 113 ◦ blue 5

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

Shades of Mango Tango #F07105

Tints of Mango Tango #F07105

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.56%

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

R = 67.04%
G = 31.56%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F07105 (or 0xF07105) is known color: Mango Tango. HEX triplet: F0, 71 and 05. RGB value is (240,113,5). Sum of RGB (Red+Green+Blue) = 240+113+5=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F07105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07105 is #0F8EFA. Grayscale: #8B8B8B. Windows color (decimal): -1019643 or 356848. OLE color: 356848.

HSL color Cylindrical-coordinate representation of color #F07105: hue angle of 27.57º 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 #F07105 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 113 5 -
CMYK 0 0.53 0.98 0.06
HSL 27.57º 0.96% 0.48% -
HSV(B) 27.57º 0.98% 0.94% -
XYZ 41.87 30.35 3.79 -
YUV 138.66 52.58 200.28 -
System Red Green Blue C M Y K H S L
Decimal 240 113 5 0 0.53 0.98 0.06 27.57 0.96 0.48
Hex F0 71 5 0 35 62 6 1C 60 30
Octal 360 161 5 0 65 142 6 34 140 60
Binary 11110000 1110001 101 0 110101 1100010 110 11100 1100000 110000

Color Harmonies of #F07105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07105

Black with #F07105

Text Example


Text Example

White with #F07105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07105; }

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

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

background-color css

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

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

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

border-color css

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

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

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