#F1711B

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

Shades of Pumpkin #F1711B

Tints of Pumpkin #F1711B

Color information

#F1711B (or 0xF1711B) is unknown color: approx Pumpkin. HEX triplet: F1, 71 and 1B. RGB value is (241,113,27). Sum of RGB (Red+Green+Blue) = 241+113+27=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F1711B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1711B is #0E8EE4. Grayscale: #8D8D8D. Windows color (decimal): -954085 or 1798641. OLE color: 1798641.

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

Color convert

RGB24111327-
CMYK00.530.890.05
HSL24.11º88.43%52.55%-
HSV(B)24.11º88.8%94.51%-
XYZ42.3830.594.71-
YUV141.4763.41198.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 63.25%
GREEN value IS 113 (44.53% from 255) = 29.66%
BLUE value IS 27 (10.94% from 255) = 7.09%
R=63.25%
G=29.66%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411132700.530.890.0524.1188.4352.55
HexF1711B035595185835
Octal3611613306513153013065
Binary1111000111100011101101101011011001101110001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1711B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1711B; }

 p { color: rgb(241,113,27); }

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

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

 a { background-color: rgb(241,113,27); }

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

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

 span { border-color: rgb(241,113,27); }

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