#FA6018

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

Shades of Pumpkin #FA6018

Tints of Pumpkin #FA6018

Color information

#FA6018 (or 0xFA6018) is unknown color: approx Pumpkin. HEX triplet: FA, 60 and 18. RGB value is (250,96,24). Sum of RGB (Red+Green+Blue) = 250+96+24=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 24 (9.77% from 255 or 6.49% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6018 is #059FE7. Grayscale: #868686. Windows color (decimal): -368616 or 1597690. OLE color: 1597690.

HSL color Cylindrical-coordinate representation of color #FA6018: hue angle of 19.12º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA6018 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB2509624-
CMYK00.620.900.02
HSL19.12º95.76%53.73%-
HSV(B)19.12º90.4%98.04%-
XYZ43.7728.764.11-
YUV133.8466.02210.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 67.57%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 24 (9.77% from 255) = 6.49%
R=67.57%
G=25.95%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250962400.620.900.0219.1295.7653.73
HexFA601803E5A2136036
Octal3721403007613222314066
Binary111110101100000110000111110101101010100111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6018; }

 p { color: rgb(250,96,24); }

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

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

 a { background-color: rgb(250,96,24); }

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

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

 span { border-color: rgb(250,96,24); }

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