#F1631C

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

Shades of Pumpkin #F1631C

Tints of Pumpkin #F1631C

Color information

#F1631C (or 0xF1631C) is unknown color: approx Pumpkin. HEX triplet: F1, 63 and 1C. RGB value is (241,99,28). Sum of RGB (Red+Green+Blue) = 241+99+28=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F1631C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1631C is #0E9CE3. Grayscale: #858585. Windows color (decimal): -957668 or 1860593. OLE color: 1860593.

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

Color convert

RGB2419928-
CMYK00.590.880.05
HSL20º88.38%52.75%-
HSV(B)20º88.38%94.51%-
XYZ40.9527.714.29-
YUV133.3668.54204.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 65.49%
GREEN value IS 99 (39.06% from 255) = 26.90%
BLUE value IS 28 (11.33% from 255) = 7.61%
R=65.49%
G=26.90%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241992800.590.880.052088.3852.75
HexF1631C03B585145835
Octal3611433407313052413065
Binary1111000111000111110001110111011000101101001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1631C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1631C; }

 p { color: rgb(241,99,28); }

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

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

 a { background-color: rgb(241,99,28); }

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

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

 span { border-color: rgb(241,99,28); }

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