Html Css Color HEX #F26C07 Mango Tango

📋 copy color: '#F26C07'

red 242 ◦ green 108 ◦ blue 7

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

Shades of Mango Tango #F26C07

Tints of Mango Tango #F26C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.96%

R = 67.79%
G = 30.25%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F26C07 (or 0xF26C07) is known color: Mango Tango. HEX triplet: F2, 6C and 07. RGB value is (242,108,7). Sum of RGB (Red+Green+Blue) = 242+108+7=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26C07 is #0D93F8. Grayscale: #898989. Windows color (decimal): -889849 or 486642. OLE color: 486642.

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

Color convert

RGB 242 108 7 -
CMYK 0 0.55 0.97 0.05
HSL 25.79º 0.94% 0.49% -
HSV(B) 25.79º 0.97% 0.95% -
XYZ 42.02 29.62 3.7 -
YUV 136.55 54.89 203.21 -
System Red Green Blue C M Y K H S L
Decimal 242 108 7 0 0.55 0.97 0.05 25.79 0.94 0.49
Hex F2 6C 7 0 37 61 5 1A 5E 31
Octal 362 154 7 0 67 141 5 32 136 61
Binary 11110010 1101100 111 0 110111 1100001 101 11010 1011110 110001

Color Harmonies of #F26C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26C07

Black with #F26C07

Text Example


Text Example

White with #F26C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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