Html Css Color HEX #FA8322 Pumpkin

📋 copy color: '#FA8322'

red 250 ◦ green 131 ◦ blue 34

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

Shades of Pumpkin #FA8322

Tints of Pumpkin #FA8322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.19%

R = 60.24%
G = 31.57%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA8322 (or 0xFA8322) is known color: Pumpkin. HEX triplet: FA, 83 and 22. RGB value is (250,131,34). Sum of RGB (Red+Green+Blue) = 250+131+34=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 34 (13.67% from 255 or 8.19% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8322 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8322 is #057CDD. Grayscale: #9C9C9C. Windows color (decimal): -359646 or 2262010. OLE color: 2262010.

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

Color convert

RGB 250 131 34 -
CMYK 0 0.48 0.86 0.02
HSL 26.94º 0.96% 0.56% -
HSV(B) 26.94º 0.86% 0.98% -
XYZ 47.83 36.67 6.07 -
YUV 155.52 59.42 195.39 -
System Red Green Blue C M Y K H S L
Decimal 250 131 34 0 0.48 0.86 0.02 26.94 0.96 0.56
Hex FA 83 22 0 30 56 2 1B 60 38
Octal 372 203 42 0 60 126 2 33 140 70
Binary 11111010 10000011 100010 0 110000 1010110 10 11011 1100000 111000

Color Harmonies of #FA8322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8322

Black with #FA8322

Text Example


Text Example

White with #FA8322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8322; }

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

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

background-color css

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

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

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

border-color css

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

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

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