Html Css Color HEX #F06A08 Mango Tango

📋 copy color: '#F06A08'

red 240 ◦ green 106 ◦ blue 8

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

Shades of Mango Tango #F06A08

Tints of Mango Tango #F06A08

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.94%

 BLUE value IS 8 (3.52% from 255) = 2.26%

R = 67.8%
G = 29.94%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F06A08 (or 0xF06A08) is known color: Mango Tango. HEX triplet: F0, 6A and 08. RGB value is (240,106,8). Sum of RGB (Red+Green+Blue) = 240+106+8=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06A08 is #0F95F7. Grayscale: #878787. Windows color (decimal): -1021432 or 551664. OLE color: 551664.

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

Color convert

RGB 240 106 8 -
CMYK 0 0.56 0.97 0.06
HSL 25.34º 0.94% 0.49% -
HSV(B) 25.34º 0.97% 0.94% -
XYZ 41.13 28.85 3.63 -
YUV 134.89 56.39 202.97 -
System Red Green Blue C M Y K H S L
Decimal 240 106 8 0 0.56 0.97 0.06 25.34 0.94 0.49
Hex F0 6A 8 0 38 61 6 19 5E 31
Octal 360 152 10 0 70 141 6 31 136 61
Binary 11110000 1101010 1000 0 111000 1100001 110 11001 1011110 110001

Color Harmonies of #F06A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06A08

Black with #F06A08

Text Example


Text Example

White with #F06A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06A08; }

 p { color: rgb(240,106,8); }

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

background-color css

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

 a { background-color: rgb(240,106,8); }

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

border-color css

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

 span { border-color: rgb(240,106,8); }

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