#f65c1b

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

Shades of Pumpkin #F65C1B

Tints of Pumpkin #F65C1B

Color information

#F65C1B (or 0xF65C1B) is unknown color: approx Pumpkin. HEX triplet: F6, 5C and 1B. RGB value is (246,92,27). Sum of RGB (Red+Green+Blue) = 246+92+27=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65C1B is #09A3E4. Grayscale: #838383. Windows color (decimal): -631781 or 1793270. OLE color: 1793270.

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

Color convert

RGB2469227-
CMYK00.630.890.04
HSL17.81º92.41%53.53%-
HSV(B)17.81º89.02%96.47%-
XYZ42.0327.334.1-
YUV130.6469.52210.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 67.40%
GREEN value IS 92 (36.33% from 255) = 25.21%
BLUE value IS 27 (10.94% from 255) = 7.40%
R=67.40%
G=25.21%
B=7.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.89
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246922700.630.890.0417.8192.4153.53
HexF65C1B03F594125c36
Octal3661343307713142213466
Binary1111011010111001101101111111011001100100101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f65c1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f65c1b; }

 p { color: rgb(246,92,27); }

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

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

 a { background-color: rgb(246,92,27); }

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

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

 span { border-color: rgb(246,92,27); }

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