#FA7D16

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

Shades of Pumpkin #FA7D16

Tints of Pumpkin #FA7D16

Color information

#FA7D16 (or 0xFA7D16) is unknown color: approx Pumpkin. HEX triplet: FA, 7D and 16. RGB value is (250,125,22). Sum of RGB (Red+Green+Blue) = 250+125+22=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7D16 is #0582E9. Grayscale: #979797. Windows color (decimal): -361194 or 1474042. OLE color: 1474042.

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

Color convert

RGB25012522-
CMYK00.500.910.02
HSL27.11º95.8%53.33%-
HSV(B)27.11º91.2%98.04%-
XYZ46.935.055.05-
YUV150.6355.41198.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.97%
GREEN value IS 125 (49.22% from 255) = 31.49%
BLUE value IS 22 (8.98% from 255) = 5.54%
R=62.97%
G=31.49%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.91
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501252200.500.910.0227.1195.853.33
HexFA7D160325B21b6035
Octal3721752606213323314065
Binary111110101111101101100110010101101110110111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7D16; }

 p { color: rgb(250,125,22); }

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

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

 a { background-color: rgb(250,125,22); }

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

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

 span { border-color: rgb(250,125,22); }

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