Html Css Color HEX #F26C0C Mango Tango

📋 copy color: '#F26C0C'

red 242 ◦ green 108 ◦ blue 12

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

Shades of Mango Tango #F26C0C

Tints of Mango Tango #F26C0C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.83%

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

R = 66.85%
G = 29.83%
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

#F26C0C (or 0xF26C0C) is known color: Mango Tango. HEX triplet: F2, 6C and 0C. RGB value is (242,108,12). Sum of RGB (Red+Green+Blue) = 242+108+12=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26C0C is #0D93F3. Grayscale: #898989. Windows color (decimal): -889844 or 814322. OLE color: 814322.

HSL color Cylindrical-coordinate representation of color #F26C0C: hue angle of 25.04º 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 #F26C0C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 108 12 -
CMYK 0 0.55 0.95 0.05
HSL 25.04º 0.91% 0.5% -
HSV(B) 25.04º 0.95% 0.95% -
XYZ 42.05 29.63 3.85 -
YUV 137.12 57.39 202.81 -
System Red Green Blue C M Y K H S L
Decimal 242 108 12 0 0.55 0.95 0.05 25.04 0.91 0.5
Hex F2 6C C 0 37 5F 5 19 5B 32
Octal 362 154 14 0 67 137 5 31 133 62
Binary 11110010 1101100 1100 0 110111 1011111 101 11001 1011011 110010

Color Harmonies of #F26C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26C0C

Black with #F26C0C

Text Example


Text Example

White with #F26C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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