#F27212

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

Shades of Pumpkin #F27212

Tints of Pumpkin #F27212

Color information

#F27212 (or 0xF27212) is unknown color: approx Pumpkin. HEX triplet: F2, 72 and 12. RGB value is (242,114,18). Sum of RGB (Red+Green+Blue) = 242+114+18=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F27212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27212 is #0D8DED. Grayscale: #8D8D8D. Windows color (decimal): -888302 or 1209074. OLE color: 1209074.

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

Color convert

RGB24211418-
CMYK00.530.930.05
HSL25.71º89.6%50.98%-
HSV(B)25.71º92.56%94.9%-
XYZ42.7430.964.29-
YUV141.3358.41199.81-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 64.71%
GREEN value IS 114 (44.92% from 255) = 30.48%
BLUE value IS 18 (7.42% from 255) = 4.81%
R=64.71%
G=30.48%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421141800.530.930.0525.7189.650.98
HexF272120355D51a5a33
Octal3621622206513553213263
Binary1111001011100101001001101011011101101110101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27212; }

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

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

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

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

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

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

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

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