#FF6912

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

Shades of Pumpkin #FF6912

Tints of Pumpkin #FF6912

Color information

#FF6912 (or 0xFF6912) is unknown color: approx Pumpkin. HEX triplet: FF, 69 and 12. RGB value is (255,105,18). Sum of RGB (Red+Green+Blue) = 255+105+18=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6912 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6912 is #0096ED. Grayscale: #8C8C8C. Windows color (decimal): -38638 or 1206783. OLE color: 1206783.

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

Color convert

RGB25510518-
CMYK00.590.930
HSL22.03º100%53.53%-
HSV(B)22.03º92.94%100%-
XYZ46.431.414.19-
YUV139.9359.2210.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 67.46%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 18 (7.42% from 255) = 4.76%
R=67.46%
G=27.78%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551051800.590.93022.0310053.53
HexFF691203B5D0166436
Octal3771512207313502614466
Binary11111111110100110010011101110111010101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6912; }

 p { color: rgb(255,105,18); }

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

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

 a { background-color: rgb(255,105,18); }

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

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

 span { border-color: rgb(255,105,18); }

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