#FF7812

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

Shades of Pumpkin #FF7812

Tints of Pumpkin #FF7812

Color information

#FF7812 (or 0xFF7812) is unknown color: approx Pumpkin. HEX triplet: FF, 78 and 12. RGB value is (255,120,18). Sum of RGB (Red+Green+Blue) = 255+120+18=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 18 (7.42% from 255 or 4.58% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7812 is #0087ED. Grayscale: #959595. Windows color (decimal): -34798 or 1210623. OLE color: 1210623.

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

Color convert

RGB25512018-
CMYK00.530.930
HSL25.82º100%53.53%-
HSV(B)25.82º92.94%100%-
XYZ48.0734.744.74-
YUV148.7454.23203.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.89%
GREEN value IS 120 (47.27% from 255) = 30.53%
BLUE value IS 18 (7.42% from 255) = 4.58%
R=64.89%
G=30.53%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551201800.530.93025.8210053.53
HexFF78120355D01a6436
Octal3771702206513503214466
Binary11111111111100010010011010110111010110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7812; }

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

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

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

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

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

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

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

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