#F95E1A

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

Shades of Pumpkin #F95E1A

Tints of Pumpkin #F95E1A

Color information

#F95E1A (or 0xF95E1A) is unknown color: approx Pumpkin. HEX triplet: F9, 5E and 1A. RGB value is (249,94,26). Sum of RGB (Red+Green+Blue) = 249+94+26=369 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.48% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 26 (10.55% from 255 or 7.05% from 369); Max value from RGB is 249 - color contains mainly: red. Hex color #F95E1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95E1A is #06A1E5. Grayscale: #858585. Windows color (decimal): -434662 or 1728249. OLE color: 1728249.

HSL color Cylindrical-coordinate representation of color #F95E1A: hue angle of 18.3º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F95E1A is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB2499426-
CMYK00.620.900.02
HSL18.3º94.89%53.92%-
HSV(B)18.3º89.56%97.65%-
XYZ43.2628.224.14-
YUV132.5967.85211.03-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 67.48%
GREEN value IS 94 (37.11% from 255) = 25.47%
BLUE value IS 26 (10.55% from 255) = 7.05%
R=67.48%
G=25.47%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249942600.620.900.0218.394.8953.92
HexF95E1A03E5A2125f36
Octal3711363207613222213766
Binary111110011011110110100111110101101010100101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95E1A; }

 p { color: rgb(249,94,26); }

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

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

 a { background-color: rgb(249,94,26); }

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

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

 span { border-color: rgb(249,94,26); }

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