#F57A12

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

Shades of Pumpkin #F57A12

Tints of Pumpkin #F57A12

Color information

#F57A12 (or 0xF57A12) is unknown color: approx Pumpkin. HEX triplet: F5, 7A and 12. RGB value is (245,122,18). Sum of RGB (Red+Green+Blue) = 245+122+18=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F57A12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57A12 is #0A85ED. Grayscale: #939393. Windows color (decimal): -689646 or 1211125. OLE color: 1211125.

HSL color Cylindrical-coordinate representation of color #F57A12: hue angle of 27.49º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F57A12 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB24512218-
CMYK00.500.930.04
HSL27.49º91.9%51.57%-
HSV(B)27.49º92.65%96.08%-
XYZ44.7233.384.66-
YUV146.9255.25197.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 63.64%
GREEN value IS 122 (48.05% from 255) = 31.69%
BLUE value IS 18 (7.42% from 255) = 4.68%
R=63.64%
G=31.69%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451221800.500.930.0427.4991.951.57
HexF57A120325D41b5c34
Octal3651722206213543313464
Binary1111010111110101001001100101011101100110111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57A12; }

 p { color: rgb(245,122,18); }

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

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

 a { background-color: rgb(245,122,18); }

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

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

 span { border-color: rgb(245,122,18); }

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