#FA6821

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

Shades of Pumpkin #FA6821

Tints of Pumpkin #FA6821

Color information

#FA6821 (or 0xFA6821) is unknown color: approx Pumpkin. HEX triplet: FA, 68 and 21. RGB value is (250,104,33). Sum of RGB (Red+Green+Blue) = 250+104+33=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 33 (13.28% from 255 or 8.53% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6821 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6821 is #0597DE. Grayscale: #8B8B8B. Windows color (decimal): -366559 or 2189562. OLE color: 2189562.

HSL color Cylindrical-coordinate representation of color #FA6821: hue angle of 19.63º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA6821 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB25010433-
CMYK00.580.870.02
HSL19.63º95.59%55.49%-
HSV(B)19.63º86.8%98.04%-
XYZ44.6530.334.94-
YUV139.5667.87206.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 64.60%
GREEN value IS 104 (41.02% from 255) = 26.87%
BLUE value IS 33 (13.28% from 255) = 8.53%
R=64.60%
G=26.87%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501043300.580.870.0219.6395.5955.49
HexFA682103A572146037
Octal3721504107212722414067
Binary1111101011010001000010111010101011110101001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6821; }

 p { color: rgb(250,104,33); }

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

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

 a { background-color: rgb(250,104,33); }

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

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

 span { border-color: rgb(250,104,33); }

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