Html Css Color HEX #F26E0A Mango Tango

📋 copy color: '#F26E0A'

red 242 ◦ green 110 ◦ blue 10

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

Shades of Mango Tango #F26E0A

Tints of Mango Tango #F26E0A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.39%

 BLUE value IS 10 (4.3% from 255) = 2.76%

R = 66.85%
G = 30.39%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F26E0A (or 0xF26E0A) is known color: Mango Tango. HEX triplet: F2, 6E and 0A. RGB value is (242,110,10). Sum of RGB (Red+Green+Blue) = 242+110+10=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F26E0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26E0A is #0D91F5. Grayscale: #8A8A8A. Windows color (decimal): -889334 or 683762. OLE color: 683762.

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

Color convert

RGB 242 110 10 -
CMYK 0 0.55 0.96 0.05
HSL 25.86º 0.92% 0.49% -
HSV(B) 25.86º 0.96% 0.95% -
XYZ 42.25 30.05 3.86 -
YUV 138.07 55.73 202.13 -
System Red Green Blue C M Y K H S L
Decimal 242 110 10 0 0.55 0.96 0.05 25.86 0.92 0.49
Hex F2 6E A 0 37 60 5 1A 5C 31
Octal 362 156 12 0 67 140 5 32 134 61
Binary 11110010 1101110 1010 0 110111 1100000 101 11010 1011100 110001

Color Harmonies of #F26E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26E0A

Black with #F26E0A

Text Example


Text Example

White with #F26E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26E0A; }

 p { color: rgb(242,110,10); }

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

background-color css

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

 a { background-color: rgb(242,110,10); }

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

border-color css

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

 span { border-color: rgb(242,110,10); }

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