#F0631B

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

Shades of Pumpkin #F0631B

Tints of Pumpkin #F0631B

Color information

#F0631B (or 0xF0631B) is unknown color: approx Pumpkin. HEX triplet: F0, 63 and 1B. RGB value is (240,99,27). Sum of RGB (Red+Green+Blue) = 240+99+27=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 27 (10.94% from 255 or 7.38% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F0631B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0631B is #0F9CE4. Grayscale: #858585. Windows color (decimal): -1023205 or 1795056. OLE color: 1795056.

HSL color Cylindrical-coordinate representation of color #F0631B: hue angle of 20.28º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0631B is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB2409927-
CMYK00.590.890.06
HSL20.28º87.65%52.35%-
HSV(B)20.28º88.75%94.12%-
XYZ40.5927.534.21-
YUV132.9568.21204.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 65.57%
GREEN value IS 99 (39.06% from 255) = 27.05%
BLUE value IS 27 (10.94% from 255) = 7.38%
R=65.57%
G=27.05%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240992700.590.890.0620.2887.6552.35
HexF0631B03B596145834
Octal3601433307313162413064
Binary1111000011000111101101110111011001110101001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0631B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0631B; }

 p { color: rgb(240,99,27); }

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

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

 a { background-color: rgb(240,99,27); }

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

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

 span { border-color: rgb(240,99,27); }

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