Html Css Color HEX #FA8321 Pumpkin

📋 copy color: '#FA8321'

red 250 ◦ green 131 ◦ blue 33

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

Shades of Pumpkin #FA8321

Tints of Pumpkin #FA8321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.97%

R = 60.39%
G = 31.64%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA8321 (or 0xFA8321) is known color: Pumpkin. HEX triplet: FA, 83 and 21. RGB value is (250,131,33). Sum of RGB (Red+Green+Blue) = 250+131+33=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 33 (13.28% from 255 or 7.97% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8321 is #057CDE. Grayscale: #9B9B9B. Windows color (decimal): -359647 or 2196474. OLE color: 2196474.

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

Color convert

RGB 250 131 33 -
CMYK 0 0.48 0.87 0.02
HSL 27.1º 0.96% 0.55% -
HSV(B) 27.1º 0.87% 0.98% -
XYZ 47.82 36.67 6 -
YUV 155.41 58.92 195.47 -
System Red Green Blue C M Y K H S L
Decimal 250 131 33 0 0.48 0.87 0.02 27.1 0.96 0.55
Hex FA 83 21 0 30 57 2 1B 60 37
Octal 372 203 41 0 60 127 2 33 140 67
Binary 11111010 10000011 100001 0 110000 1010111 10 11011 1100000 110111

Color Harmonies of #FA8321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8321

Black with #FA8321

Text Example


Text Example

White with #FA8321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8321; }

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

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

background-color css

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

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

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

border-color css

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

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

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