#FB6412

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

Shades of Pumpkin #FB6412

Tints of Pumpkin #FB6412

Color information

#FB6412 (or 0xFB6412) is unknown color: approx Pumpkin. HEX triplet: FB, 64 and 12. RGB value is (251,100,18). Sum of RGB (Red+Green+Blue) = 251+100+18=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6412 is #049BED. Grayscale: #888888. Windows color (decimal): -302062 or 1205499. OLE color: 1205499.

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

Color convert

RGB25110018-
CMYK00.600.930.02
HSL21.12º96.68%52.75%-
HSV(B)21.12º92.83%98.43%-
XYZ44.4529.673.96-
YUV135.861.53210.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 68.02%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 18 (7.42% from 255) = 4.88%
R=68.02%
G=27.10%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511001800.600.930.0221.1296.6852.75
HexFB641203C5D2156135
Octal3731442207413522514165
Binary111110111100100100100111100101110110101011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6412; }

 p { color: rgb(251,100,18); }

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

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

 a { background-color: rgb(251,100,18); }

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

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

 span { border-color: rgb(251,100,18); }

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