#F66A1B

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

Shades of Pumpkin #F66A1B

Tints of Pumpkin #F66A1B

Color information

#F66A1B (or 0xF66A1B) is unknown color: approx Pumpkin. HEX triplet: F6, 6A and 1B. RGB value is (246,106,27). Sum of RGB (Red+Green+Blue) = 246+106+27=379 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.91% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 246 - color contains mainly: red. Hex color #F66A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66A1B is #0995E4. Grayscale: #8B8B8B. Windows color (decimal): -628197 or 1796854. OLE color: 1796854.

HSL color Cylindrical-coordinate representation of color #F66A1B: hue angle of 21.64º 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 #F66A1B is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB24610627-
CMYK00.570.890.04
HSL21.64º92.41%53.53%-
HSV(B)21.64º89.02%96.47%-
XYZ43.3629.984.54-
YUV138.8564.88204.42-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 64.91%
GREEN value IS 106 (41.80% from 255) = 27.97%
BLUE value IS 27 (10.94% from 255) = 7.12%
R=64.91%
G=27.97%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.89
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461062700.570.890.0421.6492.4153.53
HexF66A1B039594165c36
Octal3661523307113142613466
Binary1111011011010101101101110011011001100101101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66A1B; }

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

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

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

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

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

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

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

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