#FA7821

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

Shades of Pumpkin #FA7821

Tints of Pumpkin #FA7821

Color information

#FA7821 (or 0xFA7821) is unknown color: approx Pumpkin. HEX triplet: FA, 78 and 21. RGB value is (250,120,33). Sum of RGB (Red+Green+Blue) = 250+120+33=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7821 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7821 is #0587DE. Grayscale: #959595. Windows color (decimal): -362463 or 2193658. OLE color: 2193658.

HSL color Cylindrical-coordinate representation of color #FA7821: hue angle of 24.06º 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 #FA7821 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB25012033-
CMYK00.520.870.02
HSL24.06º95.59%55.49%-
HSV(B)24.06º86.8%98.04%-
XYZ46.4233.875.53-
YUV148.9562.57200.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.03%
GREEN value IS 120 (47.27% from 255) = 29.78%
BLUE value IS 33 (13.28% from 255) = 8.19%
R=62.03%
G=29.78%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501203300.520.870.0224.0695.5955.49
HexFA7821034572186037
Octal3721704106412723014067
Binary1111101011110001000010110100101011110110001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7821; }

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

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

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

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

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

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

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

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