#FF6D1C

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

Shades of Pumpkin #FF6D1C

Tints of Pumpkin #FF6D1C

Color information

#FF6D1C (or 0xFF6D1C) is unknown color: approx Pumpkin. HEX triplet: FF, 6D and 1C. RGB value is (255,109,28). Sum of RGB (Red+Green+Blue) = 255+109+28=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6D1C is #0092E3. Grayscale: #8F8F8F. Windows color (decimal): -37604 or 1863167. OLE color: 1863167.

HSL color Cylindrical-coordinate representation of color #FF6D1C: hue angle of 21.41º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF6D1C is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB25510928-
CMYK00.570.890
HSL21.41º100%55.49%-
HSV(B)21.41º89.02%100%-
XYZ46.9232.284.86-
YUV143.4262.87207.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.05%
GREEN value IS 109 (42.97% from 255) = 27.81%
BLUE value IS 28 (11.33% from 255) = 7.14%
R=65.05%
G=27.81%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.89
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551092800.570.89021.4110055.49
HexFF6D1C039590156437
Octal3771553407113102514467
Binary11111111110110111100011100110110010101011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6D1C; }

 p { color: rgb(255,109,28); }

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

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

 a { background-color: rgb(255,109,28); }

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

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

 span { border-color: rgb(255,109,28); }

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