#FF621F

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

Shades of Pumpkin #FF621F

Tints of Pumpkin #FF621F

Color information

#FF621F (or 0xFF621F) is unknown color: approx Pumpkin. HEX triplet: FF, 62 and 1F. RGB value is (255,98,31). Sum of RGB (Red+Green+Blue) = 255+98+31=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF621F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF621F is #009DE0. Grayscale: #898989. Windows color (decimal): -40417 or 2056959. OLE color: 2056959.

HSL color Cylindrical-coordinate representation of color #FF621F: hue angle of 17.95º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF621F is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB2559831-
CMYK00.620.880
HSL17.95º100%56.08%-
HSV(B)17.95º87.84%100%-
XYZ45.8630.094.69-
YUV137.368.01211.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 66.41%
GREEN value IS 98 (38.67% from 255) = 25.52%
BLUE value IS 31 (12.5% from 255) = 8.07%
R=66.41%
G=25.52%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255983100.620.88017.9510056.08
HexFF621F03E580126438
Octal3771423707613002214470
Binary11111111110001011111011111010110000100101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF621F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF621F; }

 p { color: rgb(255,98,31); }

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

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

 a { background-color: rgb(255,98,31); }

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

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

 span { border-color: rgb(255,98,31); }

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