#F05F1D

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

Shades of Pumpkin #F05F1D

Tints of Pumpkin #F05F1D

Color information

#F05F1D (or 0xF05F1D) is unknown color: approx Pumpkin. HEX triplet: F0, 5F and 1D. RGB value is (240,95,29). Sum of RGB (Red+Green+Blue) = 240+95+29=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05F1D is #0FA0E2. Grayscale: #838383. Windows color (decimal): -1024227 or 1925104. OLE color: 1925104.

HSL color Cylindrical-coordinate representation of color #F05F1D: hue angle of 18.77º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F05F1D is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB2409529-
CMYK00.600.880.06
HSL18.77º87.55%52.75%-
HSV(B)18.77º87.92%94.12%-
XYZ40.2526.84.21-
YUV130.8370.54205.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 65.93%
GREEN value IS 95 (37.5% from 255) = 26.10%
BLUE value IS 29 (11.72% from 255) = 7.97%
R=65.93%
G=26.10%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.88
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240952900.600.880.0618.7787.5552.75
HexF05F1D03C586135835
Octal3601373507413062313065
Binary1111000010111111110101111001011000110100111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05F1D; }

 p { color: rgb(240,95,29); }

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

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

 a { background-color: rgb(240,95,29); }

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

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

 span { border-color: rgb(240,95,29); }

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