#F75B1C

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

Shades of Pumpkin #F75B1C

Tints of Pumpkin #F75B1C

Color information

#F75B1C (or 0xF75B1C) is unknown color: approx Pumpkin. HEX triplet: F7, 5B and 1C. RGB value is (247,91,28). Sum of RGB (Red+Green+Blue) = 247+91+28=366 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.49% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 247 - color contains mainly: red. Hex color #F75B1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75B1C is #08A4E3. Grayscale: #828282. Windows color (decimal): -566500 or 1858551. OLE color: 1858551.

HSL color Cylindrical-coordinate representation of color #F75B1C: hue angle of 17.26º 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 #F75B1C is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB2479128-
CMYK00.630.890.03
HSL17.26º93.19%53.92%-
HSV(B)17.26º88.66%96.86%-
XYZ42.3127.344.15-
YUV130.4670.18211.12-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 67.49%
GREEN value IS 91 (35.94% from 255) = 24.86%
BLUE value IS 28 (11.33% from 255) = 7.65%
R=67.49%
G=24.86%
B=7.65%

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
Decimal247912800.630.890.0317.2693.1953.92
HexF75B1C03F593115d36
Octal3671333407713132113566
Binary111101111011011111000111111101100111100011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75B1C; }

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

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

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

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

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

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

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

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