#F06F21

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

Shades of Pumpkin #F06F21

Tints of Pumpkin #F06F21

Color information

#F06F21 (or 0xF06F21) is unknown color: approx Pumpkin. HEX triplet: F0, 6F and 21. RGB value is (240,111,33). Sum of RGB (Red+Green+Blue) = 240+111+33=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06F21 is #0F90DE. Grayscale: #8D8D8D. Windows color (decimal): -1020127 or 2191344. OLE color: 2191344.

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

Color convert

RGB24011133-
CMYK00.540.860.06
HSL22.61º87.34%53.53%-
HSV(B)22.61º86.25%94.12%-
XYZ41.89305.02-
YUV140.6867.24198.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 62.5%
GREEN value IS 111 (43.75% from 255) = 28.91%
BLUE value IS 33 (13.28% from 255) = 8.59%
R=62.5%
G=28.91%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401113300.540.860.0622.6187.3453.53
HexF06F21036566175736
Octal3601574106612662712766
Binary11110000110111110000101101101010110110101111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06F21; }

 p { color: rgb(240,111,33); }

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

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

 a { background-color: rgb(240,111,33); }

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

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

 span { border-color: rgb(240,111,33); }

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