#F2631A

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

Shades of Pumpkin #F2631A

Tints of Pumpkin #F2631A

Color information

#F2631A (or 0xF2631A) is unknown color: approx Pumpkin. HEX triplet: F2, 63 and 1A. RGB value is (242,99,26). Sum of RGB (Red+Green+Blue) = 242+99+26=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F2631A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2631A is #0D9CE5. Grayscale: #858585. Windows color (decimal): -892134 or 1729522. OLE color: 1729522.

HSL color Cylindrical-coordinate representation of color #F2631A: hue angle of 20.28º degrees, saturation: 0.89, 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 #F2631A is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB2429926-
CMYK00.590.890.05
HSL20.28º89.26%52.55%-
HSV(B)20.28º89.26%94.9%-
XYZ41.2727.884.18-
YUV133.4467.38205.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 65.94%
GREEN value IS 99 (39.06% from 255) = 26.98%
BLUE value IS 26 (10.55% from 255) = 7.08%
R=65.94%
G=26.98%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242992600.590.890.0520.2889.2652.55
HexF2631A03B595145935
Octal3621433207313152413165
Binary1111001011000111101001110111011001101101001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2631A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2631A; }

 p { color: rgb(242,99,26); }

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

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

 a { background-color: rgb(242,99,26); }

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

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

 span { border-color: rgb(242,99,26); }

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