Html Css Color HEX #F27205 Mango Tango

📋 copy color: '#F27205'

red 242 ◦ green 114 ◦ blue 5

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

Shades of Mango Tango #F27205

Tints of Mango Tango #F27205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.39%

R = 67.04%
G = 31.58%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F27205 (or 0xF27205) is known color: Mango Tango. HEX triplet: F2, 72 and 05. RGB value is (242,114,5). Sum of RGB (Red+Green+Blue) = 242+114+5=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F27205 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27205 is #0D8DFA. Grayscale: #8C8C8C. Windows color (decimal): -888315 or 357106. OLE color: 357106.

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

Color convert

RGB 242 114 5 -
CMYK 0 0.53 0.98 0.05
HSL 27.59º 0.96% 0.48% -
HSV(B) 27.59º 0.98% 0.95% -
XYZ 42.66 30.92 3.86 -
YUV 139.85 51.91 200.86 -
System Red Green Blue C M Y K H S L
Decimal 242 114 5 0 0.53 0.98 0.05 27.59 0.96 0.48
Hex F2 72 5 0 35 62 5 1C 60 30
Octal 362 162 5 0 65 142 5 34 140 60
Binary 11110010 1110010 101 0 110101 1100010 101 11100 1100000 110000

Color Harmonies of #F27205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27205

Black with #F27205

Text Example


Text Example

White with #F27205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27205; }

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

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

background-color css

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

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

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

border-color css

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

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

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