#F38018

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

Shades of Pumpkin #F38018

Tints of Pumpkin #F38018

Color information

#F38018 (or 0xF38018) is unknown color: approx Pumpkin. HEX triplet: F3, 80 and 18. RGB value is (243,128,24). Sum of RGB (Red+Green+Blue) = 243+128+24=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F38018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38018 is #0C7FE7. Grayscale: #979797. Windows color (decimal): -819176 or 1605875. OLE color: 1605875.

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

Color convert

RGB24312824-
CMYK00.470.900.05
HSL28.49º90.12%52.35%-
HSV(B)28.49º90.12%95.29%-
XYZ44.8534.565.17-
YUV150.5356.6193.96-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 61.52%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 24 (9.77% from 255) = 6.08%
R=61.52%
G=32.41%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431282400.470.900.0528.4990.1252.35
HexF3801802F5A51c5a34
Octal3632003005713253413264
Binary11110011100000001100001011111011010101111001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38018; }

 p { color: rgb(243,128,24); }

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

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

 a { background-color: rgb(243,128,24); }

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

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

 span { border-color: rgb(243,128,24); }

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