#F05F1F

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

Shades of Pumpkin #F05F1F

Tints of Pumpkin #F05F1F

Color information

#F05F1F (or 0xF05F1F) is unknown color: approx Pumpkin. HEX triplet: F0, 5F and 1F. RGB value is (240,95,31). Sum of RGB (Red+Green+Blue) = 240+95+31=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05F1F is #0FA0E0. Grayscale: #838383. Windows color (decimal): -1024225 or 2056176. OLE color: 2056176.

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

Color convert

RGB2409531-
CMYK00.600.870.06
HSL18.37º87.45%53.14%-
HSV(B)18.37º87.08%94.12%-
XYZ40.2726.814.35-
YUV131.0671.54205.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 65.57%
GREEN value IS 95 (37.5% from 255) = 25.96%
BLUE value IS 31 (12.5% from 255) = 8.47%
R=65.57%
G=25.96%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240953100.600.870.0618.3787.4553.14
HexF05F1F03C576125735
Octal3601373707412762212765
Binary1111000010111111111101111001010111110100101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05F1F; }

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

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

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

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

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

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

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

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