Html Css Color HEX #F27201 Mango Tango

📋 copy color: '#F27201'

red 242 ◦ green 114 ◦ blue 1

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

Shades of Mango Tango #F27201

Tints of Mango Tango #F27201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.93%

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

R = 67.79%
G = 31.93%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F27201 (or 0xF27201) is known color: Mango Tango. HEX triplet: F2, 72 and 01. RGB value is (242,114,1). Sum of RGB (Red+Green+Blue) = 242+114+1=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F27201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27201 is #0D8DFE. Grayscale: #8B8B8B. Windows color (decimal): -888319 or 94962. OLE color: 94962.

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

Color convert

RGB 242 114 1 -
CMYK 0 0.53 1.00 0.05
HSL 28.13º 0.99% 0.48% -
HSV(B) 28.13º 1% 0.95% -
XYZ 42.64 30.91 3.75 -
YUV 139.39 49.91 201.19 -
System Red Green Blue C M Y K H S L
Decimal 242 114 1 0 0.53 1.00 0.05 28.13 0.99 0.48
Hex F2 72 1 0 35 64 5 1C 63 30
Octal 362 162 1 0 65 144 5 34 143 60
Binary 11110010 1110010 1 0 110101 1100100 101 11100 1100011 110000

Color Harmonies of #F27201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27201

Black with #F27201

Text Example


Text Example

White with #F27201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27201; }

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

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

background-color css

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

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

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

border-color css

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

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

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