Html Css Color HEX #F26C04 Mango Tango

📋 copy color: '#F26C04'

red 242 ◦ green 108 ◦ blue 4

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

Shades of Mango Tango #F26C04

Tints of Mango Tango #F26C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.13%

R = 68.36%
G = 30.51%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F26C04 (or 0xF26C04) is known color: Mango Tango. HEX triplet: F2, 6C and 04. RGB value is (242,108,4). Sum of RGB (Red+Green+Blue) = 242+108+4=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 4 (1.95% from 255 or 1.13% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26C04 is #0D93FB. Grayscale: #888888. Windows color (decimal): -889852 or 290034. OLE color: 290034.

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

Color convert

RGB 242 108 4 -
CMYK 0 0.55 0.98 0.05
HSL 26.22º 0.97% 0.48% -
HSV(B) 26.22º 0.98% 0.95% -
XYZ 42 29.61 3.62 -
YUV 136.21 53.39 203.46 -
System Red Green Blue C M Y K H S L
Decimal 242 108 4 0 0.55 0.98 0.05 26.22 0.97 0.48
Hex F2 6C 4 0 37 62 5 1A 61 30
Octal 362 154 4 0 67 142 5 32 141 60
Binary 11110010 1101100 100 0 110111 1100010 101 11010 1100001 110000

Color Harmonies of #F26C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26C04

Black with #F26C04

Text Example


Text Example

White with #F26C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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