Html Css Color HEX #F27501 Mango Tango

📋 copy color: '#F27501'

red 242 ◦ green 117 ◦ blue 1

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

Shades of Mango Tango #F27501

Tints of Mango Tango #F27501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.5%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 67.22%
G = 32.5%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F27501 (or 0xF27501) is known color: Mango Tango. HEX triplet: F2, 75 and 01. RGB value is (242,117,1). Sum of RGB (Red+Green+Blue) = 242+117+1=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 1 (0.78% from 255 or 0.28% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F27501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27501 is #0D8AFE. Grayscale: #8D8D8D. Windows color (decimal): -887551 or 95730. OLE color: 95730.

HSL color Cylindrical-coordinate representation of color #F27501: hue angle of 28.88º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F27501 is Cyan = 0, Magento = 0.52, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 117 1 -
CMYK 0 0.52 1.00 0.05
HSL 28.88º 0.99% 0.48% -
HSV(B) 28.88º 1% 0.95% -
XYZ 42.98 31.6 3.86 -
YUV 141.15 48.91 199.93 -
System Red Green Blue C M Y K H S L
Decimal 242 117 1 0 0.52 1.00 0.05 28.88 0.99 0.48
Hex F2 75 1 0 34 64 5 1D 63 30
Octal 362 165 1 0 64 144 5 35 143 60
Binary 11110010 1110101 1 0 110100 1100100 101 11101 1100011 110000

Color Harmonies of #F27501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27501

Black with #F27501

Text Example


Text Example

White with #F27501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27501; }

 p { color: rgb(242,117,1); }

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

background-color css

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

 a { background-color: rgb(242,117,1); }

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

border-color css

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

 span { border-color: rgb(242,117,1); }

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