#F0721E

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

Shades of Pumpkin #F0721E

Tints of Pumpkin #F0721E

Color information

#F0721E (or 0xF0721E) is unknown color: approx Pumpkin. HEX triplet: F0, 72 and 1E. RGB value is (240,114,30). Sum of RGB (Red+Green+Blue) = 240+114+30=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0721E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0721E is #0F8DE1. Grayscale: #8E8E8E. Windows color (decimal): -1019362 or 1995504. OLE color: 1995504.

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

Color convert

RGB24011430-
CMYK00.520.870.06
HSL24º87.5%52.94%-
HSV(B)24º87.5%94.12%-
XYZ42.1930.654.92-
YUV142.164.74197.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 62.5%
GREEN value IS 114 (44.92% from 255) = 29.69%
BLUE value IS 30 (12.11% from 255) = 7.81%
R=62.5%
G=29.69%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401143000.520.870.062487.552.94
HexF0721E034576185835
Octal3601623606412763013065
Binary1111000011100101111001101001010111110110001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0721E; }

 p { color: rgb(240,114,30); }

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

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

 a { background-color: rgb(240,114,30); }

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

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

 span { border-color: rgb(240,114,30); }

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