Html Css Color HEX #FA6A20 Pumpkin

📋 copy color: '#FA6A20'

red 250 ◦ green 106 ◦ blue 32

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

Shades of Pumpkin #FA6A20

Tints of Pumpkin #FA6A20

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.32%

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

R = 64.43%
G = 27.32%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA6A20 (or 0xFA6A20) is known color: Pumpkin. HEX triplet: FA, 6A and 20. RGB value is (250,106,32). Sum of RGB (Red+Green+Blue) = 250+106+32=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 32 (12.89% from 255 or 8.25% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6A20 is #0595DF. Grayscale: #8D8D8D. Windows color (decimal): -366048 or 2124538. OLE color: 2124538.

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

Color convert

RGB 250 106 32 -
CMYK 0 0.58 0.87 0.02
HSL 20.37º 0.96% 0.55% -
HSV(B) 20.37º 0.87% 0.98% -
XYZ 44.84 30.74 4.94 -
YUV 140.62 66.71 206.02 -
System Red Green Blue C M Y K H S L
Decimal 250 106 32 0 0.58 0.87 0.02 20.37 0.96 0.55
Hex FA 6A 20 0 3A 57 2 14 60 37
Octal 372 152 40 0 72 127 2 24 140 67
Binary 11111010 1101010 100000 0 111010 1010111 10 10100 1100000 110111

Color Harmonies of #FA6A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6A20

Black with #FA6A20

Text Example


Text Example

White with #FA6A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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