Html Css Color HEX #F06A0D Mango Tango

📋 copy color: '#F06A0D'

red 240 ◦ green 106 ◦ blue 13

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

Shades of Mango Tango #F06A0D

Tints of Mango Tango #F06A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.62%

R = 66.85%
G = 29.53%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F06A0D (or 0xF06A0D) is known color: Mango Tango. HEX triplet: F0, 6A and 0D. RGB value is (240,106,13). Sum of RGB (Red+Green+Blue) = 240+106+13=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06A0D is #0F95F2. Grayscale: #878787. Windows color (decimal): -1021427 or 879344. OLE color: 879344.

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

Color convert

RGB 240 106 13 -
CMYK 0 0.56 0.95 0.06
HSL 24.58º 0.9% 0.5% -
HSV(B) 24.58º 0.95% 0.94% -
XYZ 41.16 28.86 3.78 -
YUV 135.46 58.89 202.56 -
System Red Green Blue C M Y K H S L
Decimal 240 106 13 0 0.56 0.95 0.06 24.58 0.9 0.5
Hex F0 6A D 0 38 5F 6 19 5A 32
Octal 360 152 15 0 70 137 6 31 132 62
Binary 11110000 1101010 1101 0 111000 1011111 110 11001 1011010 110010

Color Harmonies of #F06A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06A0D

Black with #F06A0D

Text Example


Text Example

White with #F06A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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