Html Css Color HEX #F27206 Mango Tango

📋 copy color: '#F27206'

red 242 ◦ green 114 ◦ blue 6

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

Shades of Mango Tango #F27206

Tints of Mango Tango #F27206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.66%

R = 66.85%
G = 31.49%
B = 1.66%

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

#F27206 (or 0xF27206) is known color: Mango Tango. HEX triplet: F2, 72 and 06. RGB value is (242,114,6). Sum of RGB (Red+Green+Blue) = 242+114+6=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 6 (2.73% from 255 or 1.66% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F27206 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27206 is #0D8DF9. Grayscale: #8C8C8C. Windows color (decimal): -888314 or 422642. OLE color: 422642.

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

Color convert

RGB 242 114 6 -
CMYK 0 0.53 0.98 0.05
HSL 27.46º 0.95% 0.49% -
HSV(B) 27.46º 0.98% 0.95% -
XYZ 42.67 30.93 3.89 -
YUV 139.96 52.41 200.78 -
System Red Green Blue C M Y K H S L
Decimal 242 114 6 0 0.53 0.98 0.05 27.46 0.95 0.49
Hex F2 72 6 0 35 62 5 1B 5F 31
Octal 362 162 6 0 65 142 5 33 137 61
Binary 11110010 1110010 110 0 110101 1100010 101 11011 1011111 110001

Color Harmonies of #F27206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27206

Black with #F27206

Text Example


Text Example

White with #F27206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27206; }

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

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

background-color css

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

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

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

border-color css

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

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

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