#FA8111

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

Shades of Pumpkin #FA8111

Tints of Pumpkin #FA8111

Color information

#FA8111 (or 0xFA8111) is unknown color: approx Pumpkin. HEX triplet: FA, 81 and 11. RGB value is (250,129,17). Sum of RGB (Red+Green+Blue) = 250+129+17=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8111 is #057EEE. Grayscale: #989898. Windows color (decimal): -360175 or 1147386. OLE color: 1147386.

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

Color convert

RGB25012917-
CMYK00.480.930.02
HSL28.84º95.88%52.35%-
HSV(B)28.84º93.2%98.04%-
XYZ47.3836.064.99-
YUV152.4151.59197.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 63.13%
GREEN value IS 129 (50.78% from 255) = 32.58%
BLUE value IS 17 (7.03% from 255) = 4.29%
R=63.13%
G=32.58%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501291700.480.930.0228.8495.8852.35
HexFA81110305D21d6034
Octal3722012106013523514064
Binary1111101010000001100010110000101110110111011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8111; }

 p { color: rgb(250,129,17); }

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

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

 a { background-color: rgb(250,129,17); }

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

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

 span { border-color: rgb(250,129,17); }

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