Html Css Color HEX #FA8316 Pumpkin

📋 copy color: '#FA8316'

red 250 ◦ green 131 ◦ blue 22

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

Shades of Pumpkin #FA8316

Tints of Pumpkin #FA8316

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.51%

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

R = 62.03%
G = 32.51%
B = 5.46%

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

#FA8316 (or 0xFA8316) is known color: Pumpkin. HEX triplet: FA, 83 and 16. RGB value is (250,131,22). Sum of RGB (Red+Green+Blue) = 250+131+22=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8316 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8316 is #057CE9. Grayscale: #9A9A9A. Windows color (decimal): -359658 or 1475578. OLE color: 1475578.

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

Color convert

RGB 250 131 22 -
CMYK 0 0.48 0.91 0.02
HSL 28.68º 0.96% 0.53% -
HSV(B) 28.68º 0.91% 0.98% -
XYZ 47.69 36.61 5.31 -
YUV 154.16 53.42 196.36 -
System Red Green Blue C M Y K H S L
Decimal 250 131 22 0 0.48 0.91 0.02 28.68 0.96 0.53
Hex FA 83 16 0 30 5B 2 1D 60 35
Octal 372 203 26 0 60 133 2 35 140 65
Binary 11111010 10000011 10110 0 110000 1011011 10 11101 1100000 110101

Color Harmonies of #FA8316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8316

Black with #FA8316

Text Example


Text Example

White with #FA8316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8316; }

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

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

background-color css

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

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

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

border-color css

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

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

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