#f27321

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

Shades of Pumpkin #F27321

Tints of Pumpkin #F27321

Color information

#F27321 (or 0xF27321) is unknown color: approx Pumpkin. HEX triplet: F2, 73 and 21. RGB value is (242,115,33). Sum of RGB (Red+Green+Blue) = 242+115+33=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 33 (13.28% from 255 or 8.46% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F27321 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27321 is #0D8CDE. Grayscale: #909090. Windows color (decimal): -888031 or 2192370. OLE color: 2192370.

HSL color Cylindrical-coordinate representation of color #F27321: hue angle of 23.54º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F27321 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB24211533-
CMYK00.520.860.05
HSL23.54º88.94%53.92%-
HSV(B)23.54º86.36%94.9%-
XYZ43.0231.255.2-
YUV143.6265.58198.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 62.05%
GREEN value IS 115 (45.31% from 255) = 29.49%
BLUE value IS 33 (13.28% from 255) = 8.46%
R=62.05%
G=29.49%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421153300.520.860.0523.5488.9453.92
HexF27321034565185936
Octal3621634106412653013166
Binary11110010111001110000101101001010110101110001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f27321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f27321; }

 p { color: rgb(242,115,33); }

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

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

 a { background-color: rgb(242,115,33); }

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

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

 span { border-color: rgb(242,115,33); }

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