#F27712

Color #F27712 Pumpkin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pumpkin #F27712

Tints of Pumpkin #F27712

Color information

#F27712 (or 0xF27712) is unknown color: approx Pumpkin. HEX triplet: F2, 77 and 12. RGB value is (242,119,18). Sum of RGB (Red+Green+Blue) = 242+119+18=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F27712 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27712 is #0D88ED. Grayscale: #909090. Windows color (decimal): -887022 or 1210354. OLE color: 1210354.

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

Color convert

RGB24211918-
CMYK00.510.930.05
HSL27.05º89.6%50.98%-
HSV(B)27.05º92.56%94.9%-
XYZ43.3232.114.49-
YUV144.2656.75197.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 63.85%
GREEN value IS 119 (46.88% from 255) = 31.40%
BLUE value IS 18 (7.42% from 255) = 4.75%
R=63.85%
G=31.40%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421191800.510.930.0527.0589.650.98
HexF277120335D51b5a33
Octal3621672206313553313263
Binary1111001011101111001001100111011101101110111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27712; }

 p { color: rgb(242,119,18); }

 H1.HeaderClassName
 {
   color: #F27712;
 }
 .AnyTagClassName
 {
   color: #F27712;
 }
</style>
background-color css

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

 a { background-color: rgb(242,119,18); }

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

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

 span { border-color: rgb(242,119,18); }

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