Html Css Color HEX #FA8116 Pumpkin

📋 copy color: '#FA8116'

red 250 ◦ green 129 ◦ blue 22

#FA8116
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pumpkin #FA8116

Tints of Pumpkin #FA8116

RGB

 RED value IS 250 (98.05% from 255) = 62.34%

 GREEN value IS 129 (50.78% from 255) = 32.17%

 BLUE value IS 22 (8.98% from 255) = 5.49%

R = 62.34%
G = 32.17%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA8116 (or 0xFA8116) is known color: Pumpkin. HEX triplet: FA, 81 and 16. RGB value is (250,129,22). Sum of RGB (Red+Green+Blue) = 250+129+22=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8116 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8116 is #057EE9. Grayscale: #999999. Windows color (decimal): -360170 or 1475066. OLE color: 1475066.

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

Color convert

RGB 250 129 22 -
CMYK 0 0.48 0.91 0.02
HSL 28.16º 0.96% 0.53% -
HSV(B) 28.16º 0.91% 0.98% -
XYZ 47.42 36.08 5.22 -
YUV 152.98 54.09 197.2 -
System Red Green Blue C M Y K H S L
Decimal 250 129 22 0 0.48 0.91 0.02 28.16 0.96 0.53
Hex FA 81 16 0 30 5B 2 1C 60 35
Octal 372 201 26 0 60 133 2 34 140 65
Binary 11111010 10000001 10110 0 110000 1011011 10 11100 1100000 110101

Color Harmonies of #FA8116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8116

Black with #FA8116

Text Example


Text Example

White with #FA8116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8116; }

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

 H1.HeaderClassName
 {
   color: #FA8116;
 }
 .AnyTagClassName
 {
   color: #FA8116;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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