#FF6812

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

Shades of Pumpkin #FF6812

Tints of Pumpkin #FF6812

Color information

#FF6812 (or 0xFF6812) is unknown color: approx Pumpkin. HEX triplet: FF, 68 and 12. RGB value is (255,104,18). Sum of RGB (Red+Green+Blue) = 255+104+18=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6812 is #0097ED. Grayscale: #8B8B8B. Windows color (decimal): -38894 or 1206527. OLE color: 1206527.

HSL color Cylindrical-coordinate representation of color #FF6812: hue angle of 21.77º 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 #FF6812 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB25510418-
CMYK00.590.930
HSL21.77º100%53.53%-
HSV(B)21.77º92.94%100%-
XYZ46.331.24.16-
YUV139.3459.53210.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 67.64%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 18 (7.42% from 255) = 4.77%
R=67.64%
G=27.59%
B=4.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551041800.590.93021.7710053.53
HexFF681203B5D0166436
Octal3771502207313502614466
Binary11111111110100010010011101110111010101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6812; }

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

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

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

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

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

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

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

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