Html Css Color HEX #FA7320 Pumpkin

📋 copy color: '#FA7320'

red 250 ◦ green 115 ◦ blue 32

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

Shades of Pumpkin #FA7320

Tints of Pumpkin #FA7320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.97%

 BLUE value IS 32 (12.89% from 255) = 8.06%

R = 62.97%
G = 28.97%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA7320 (or 0xFA7320) is known color: Pumpkin. HEX triplet: FA, 73 and 20. RGB value is (250,115,32). Sum of RGB (Red+Green+Blue) = 250+115+32=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7320 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7320 is #058CDF. Grayscale: #929292. Windows color (decimal): -363744 or 2126842. OLE color: 2126842.

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

Color convert

RGB 250 115 32 -
CMYK 0 0.54 0.87 0.02
HSL 22.84º 0.96% 0.55% -
HSV(B) 22.84º 0.87% 0.98% -
XYZ 45.82 32.69 5.26 -
YUV 145.9 63.73 202.25 -
System Red Green Blue C M Y K H S L
Decimal 250 115 32 0 0.54 0.87 0.02 22.84 0.96 0.55
Hex FA 73 20 0 36 57 2 17 60 37
Octal 372 163 40 0 66 127 2 27 140 67
Binary 11111010 1110011 100000 0 110110 1010111 10 10111 1100000 110111

Color Harmonies of #FA7320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7320

Black with #FA7320

Text Example


Text Example

White with #FA7320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7320; }

 p { color: rgb(250,115,32); }

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

background-color css

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

 a { background-color: rgb(250,115,32); }

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

border-color css

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

 span { border-color: rgb(250,115,32); }

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