Html Css Color HEX #F07500 Mango Tango

📋 copy color: '#F07500'

red 240 ◦ green 117 ◦ blue 0

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

Shades of Mango Tango #F07500

Tints of Mango Tango #F07500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.23%
G = 32.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F07500 (or 0xF07500) is known color: Mango Tango. HEX triplet: F0, 75 and 00. RGB value is (240,117,0). Sum of RGB (Red+Green+Blue) = 240+117+0=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F07500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07500 is #0F8AFF. Grayscale: #8D8D8D. Windows color (decimal): -1018624 or 30192. OLE color: 30192.

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

Color convert

RGB 240 117 0 -
CMYK 0 0.51 1 0.06
HSL 29.25º 1% 0.47% -
HSV(B) 29.25º 1% 0.94% -
XYZ 42.3 31.25 3.8 -
YUV 140.44 48.75 199.01 -
System Red Green Blue C M Y K H S L
Decimal 240 117 0 0 0.51 1 0.06 29.25 1 0.47
Hex F0 75 0 0 33 64 6 1D 64 2F
Octal 360 165 0 0 63 144 6 35 144 57
Binary 11110000 1110101 0 0 110011 1100100 110 11101 1100100 101111

Color Harmonies of #F07500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07500

Black with #F07500

Text Example


Text Example

White with #F07500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07500; }

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

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

background-color css

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

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

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

border-color css

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

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

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