Html Css Color HEX #F26D0C Mango Tango

📋 copy color: '#F26D0C'

red 242 ◦ green 109 ◦ blue 12

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

Shades of Mango Tango #F26D0C

Tints of Mango Tango #F26D0C

RGB

 RED value IS 242 (94.92% from 255) = 66.67%

 GREEN value IS 109 (42.97% from 255) = 30.03%

 BLUE value IS 12 (5.08% from 255) = 3.31%

R = 66.67%
G = 30.03%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F26D0C (or 0xF26D0C) is known color: Mango Tango. HEX triplet: F2, 6D and 0C. RGB value is (242,109,12). Sum of RGB (Red+Green+Blue) = 242+109+12=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26D0C is #0D92F3. Grayscale: #8A8A8A. Windows color (decimal): -889588 or 814578. OLE color: 814578.

HSL color Cylindrical-coordinate representation of color #F26D0C: hue angle of 25.3º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F26D0C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 109 12 -
CMYK 0 0.55 0.95 0.05
HSL 25.3º 0.91% 0.5% -
HSV(B) 25.3º 0.95% 0.95% -
XYZ 42.15 29.84 3.89 -
YUV 137.71 57.06 202.39 -
System Red Green Blue C M Y K H S L
Decimal 242 109 12 0 0.55 0.95 0.05 25.3 0.91 0.5
Hex F2 6D C 0 37 5F 5 19 5B 32
Octal 362 155 14 0 67 137 5 31 133 62
Binary 11110010 1101101 1100 0 110111 1011111 101 11001 1011011 110010

Color Harmonies of #F26D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26D0C

Black with #F26D0C

Text Example


Text Example

White with #F26D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26D0C; }

 p { color: rgb(242,109,12); }

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

background-color css

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

 a { background-color: rgb(242,109,12); }

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

border-color css

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

 span { border-color: rgb(242,109,12); }

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