#F57B12

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

Shades of Pumpkin #F57B12

Tints of Pumpkin #F57B12

Color information

#F57B12 (or 0xF57B12) is unknown color: approx Pumpkin. HEX triplet: F5, 7B and 12. RGB value is (245,123,18). Sum of RGB (Red+Green+Blue) = 245+123+18=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F57B12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57B12 is #0A84ED. Grayscale: #949494. Windows color (decimal): -689390 or 1211381. OLE color: 1211381.

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

Color convert

RGB24512318-
CMYK00.500.930.04
HSL27.75º91.9%51.57%-
HSV(B)27.75º92.65%96.08%-
XYZ44.8533.624.7-
YUV147.5154.92197.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 63.47%
GREEN value IS 123 (48.44% from 255) = 31.87%
BLUE value IS 18 (7.42% from 255) = 4.66%
R=63.47%
G=31.87%
B=4.66%

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
Decimal2451231800.500.930.0427.7591.951.57
HexF57B120325D41c5c34
Octal3651732206213543413464
Binary1111010111110111001001100101011101100111001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57B12; }

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

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

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

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

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

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

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

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