#FF6F11

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

Shades of Pumpkin #FF6F11

Tints of Pumpkin #FF6F11

Color information

#FF6F11 (or 0xFF6F11) is unknown color: approx Pumpkin. HEX triplet: FF, 6F and 11. RGB value is (255,111,17). Sum of RGB (Red+Green+Blue) = 255+111+17=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6F11 is #0090EE. Grayscale: #8F8F8F. Windows color (decimal): -37103 or 1142783. OLE color: 1142783.

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

Color convert

RGB25511117-
CMYK00.560.930
HSL23.7º100%53.33%-
HSV(B)23.7º93.33%100%-
XYZ47.0332.674.36-
YUV143.3456.71207.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 66.58%
GREEN value IS 111 (43.75% from 255) = 28.98%
BLUE value IS 17 (7.03% from 255) = 4.44%
R=66.58%
G=28.98%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551111700.560.93023.710053.33
HexFF6F110385D0186435
Octal3771572107013503014465
Binary11111111110111110001011100010111010110001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6F11; }

 p { color: rgb(255,111,17); }

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

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

 a { background-color: rgb(255,111,17); }

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

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

 span { border-color: rgb(255,111,17); }

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