Html Css Color HEX #FA8516 Pumpkin

📋 copy color: '#FA8516'

red 250 ◦ green 133 ◦ blue 22

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

Shades of Pumpkin #FA8516

Tints of Pumpkin #FA8516

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.84%

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

R = 61.73%
G = 32.84%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA8516 (or 0xFA8516) is known color: Pumpkin. HEX triplet: FA, 85 and 16. RGB value is (250,133,22). Sum of RGB (Red+Green+Blue) = 250+133+22=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8516 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8516 is #057AE9. Grayscale: #9B9B9B. Windows color (decimal): -359146 or 1476090. OLE color: 1476090.

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

Color convert

RGB 250 133 22 -
CMYK 0 0.47 0.91 0.02
HSL 29.21º 0.96% 0.53% -
HSV(B) 29.21º 0.91% 0.98% -
XYZ 47.96 37.16 5.4 -
YUV 155.33 52.76 195.53 -
System Red Green Blue C M Y K H S L
Decimal 250 133 22 0 0.47 0.91 0.02 29.21 0.96 0.53
Hex FA 85 16 0 2F 5B 2 1D 60 35
Octal 372 205 26 0 57 133 2 35 140 65
Binary 11111010 10000101 10110 0 101111 1011011 10 11101 1100000 110101

Color Harmonies of #FA8516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8516

Black with #FA8516

Text Example


Text Example

White with #FA8516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8516; }

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

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

background-color css

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

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

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

border-color css

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

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

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