Html Css Color HEX #F0700A Mango Tango

📋 copy color: '#F0700A'

red 240 ◦ green 112 ◦ blue 10

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

Shades of Mango Tango #F0700A

Tints of Mango Tango #F0700A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.94%

 BLUE value IS 10 (4.3% from 255) = 2.76%

R = 66.3%
G = 30.94%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0700A (or 0xF0700A) is known color: Mango Tango. HEX triplet: F0, 70 and 0A. RGB value is (240,112,10). Sum of RGB (Red+Green+Blue) = 240+112+10=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F0700A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0700A is #0F8FF5. Grayscale: #8B8B8B. Windows color (decimal): -1019894 or 684272. OLE color: 684272.

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

Color convert

RGB 240 112 10 -
CMYK 0 0.53 0.96 0.06
HSL 26.61º 0.92% 0.49% -
HSV(B) 26.61º 0.96% 0.94% -
XYZ 41.78 30.14 3.9 -
YUV 138.64 55.41 200.29 -
System Red Green Blue C M Y K H S L
Decimal 240 112 10 0 0.53 0.96 0.06 26.61 0.92 0.49
Hex F0 70 A 0 35 60 6 1B 5C 31
Octal 360 160 12 0 65 140 6 33 134 61
Binary 11110000 1110000 1010 0 110101 1100000 110 11011 1011100 110001

Color Harmonies of #F0700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0700A

Black with #F0700A

Text Example


Text Example

White with #F0700A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0700A; }

 p { color: rgb(240,112,10); }

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

background-color css

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

 a { background-color: rgb(240,112,10); }

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

border-color css

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

 span { border-color: rgb(240,112,10); }

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