#F75C1C

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

Shades of Pumpkin #F75C1C

Tints of Pumpkin #F75C1C

Color information

#F75C1C (or 0xF75C1C) is unknown color: approx Pumpkin. HEX triplet: F7, 5C and 1C. RGB value is (247,92,28). Sum of RGB (Red+Green+Blue) = 247+92+28=367 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.30% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75C1C is #08A3E3. Grayscale: #838383. Windows color (decimal): -566244 or 1858807. OLE color: 1858807.

HSL color Cylindrical-coordinate representation of color #F75C1C: hue angle of 17.53º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F75C1C is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB2479228-
CMYK00.630.890.03
HSL17.53º93.19%53.92%-
HSV(B)17.53º88.66%96.86%-
XYZ42.3927.514.17-
YUV131.0569.85210.7-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 67.30%
GREEN value IS 92 (36.33% from 255) = 25.07%
BLUE value IS 28 (11.33% from 255) = 7.63%
R=67.30%
G=25.07%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.89
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247922800.630.890.0317.5393.1953.92
HexF75C1C03F593125d36
Octal3671343407713132213566
Binary111101111011100111000111111101100111100101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75C1C; }

 p { color: rgb(247,92,28); }

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

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

 a { background-color: rgb(247,92,28); }

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

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

 span { border-color: rgb(247,92,28); }

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