#F67D27

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

Shades of Pumpkin #F67D27

Tints of Pumpkin #F67D27

Color information

#F67D27 (or 0xF67D27) is unknown color: approx Pumpkin. HEX triplet: F6, 7D and 27. RGB value is (246,125,39). Sum of RGB (Red+Green+Blue) = 246+125+39=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 39 (15.62% from 255 or 9.51% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67D27 is #0982D8. Grayscale: #979797. Windows color (decimal): -623321 or 2588150. OLE color: 2588150.

HSL color Cylindrical-coordinate representation of color #F67D27: hue angle of 24.93º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F67D27 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB24612539-
CMYK00.490.840.04
HSL24.93º92%55.88%-
HSV(B)24.93º84.15%96.47%-
XYZ45.7134.416.15-
YUV151.3864.59195.49-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 60%
GREEN value IS 125 (49.22% from 255) = 30.49%
BLUE value IS 39 (15.62% from 255) = 9.51%
R=60%
G=30.49%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461253900.490.840.0424.939255.88
HexF67D27031544195c38
Octal3661754706112443113470
Binary11110110111110110011101100011010100100110011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67D27; }

 p { color: rgb(246,125,39); }

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

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

 a { background-color: rgb(246,125,39); }

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

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

 span { border-color: rgb(246,125,39); }

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