Html Css Color HEX #FA7221 Pumpkin

📋 copy color: '#FA7221'

red 250 ◦ green 114 ◦ blue 33

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

Shades of Pumpkin #FA7221

Tints of Pumpkin #FA7221

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.72%

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

R = 62.97%
G = 28.72%
B = 8.31%

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

#FA7221 (or 0xFA7221) is known color: Pumpkin. HEX triplet: FA, 72 and 21. RGB value is (250,114,33). Sum of RGB (Red+Green+Blue) = 250+114+33=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 33 (13.28% from 255 or 8.31% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7221 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7221 is #058DDE. Grayscale: #919191. Windows color (decimal): -363999 or 2192122. OLE color: 2192122.

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

Color convert

RGB 250 114 33 -
CMYK 0 0.54 0.87 0.02
HSL 22.4º 0.96% 0.55% -
HSV(B) 22.4º 0.87% 0.98% -
XYZ 45.72 32.47 5.3 -
YUV 145.43 64.56 202.59 -
System Red Green Blue C M Y K H S L
Decimal 250 114 33 0 0.54 0.87 0.02 22.4 0.96 0.55
Hex FA 72 21 0 36 57 2 16 60 37
Octal 372 162 41 0 66 127 2 26 140 67
Binary 11111010 1110010 100001 0 110110 1010111 10 10110 1100000 110111

Color Harmonies of #FA7221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7221

Black with #FA7221

Text Example


Text Example

White with #FA7221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7221; }

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

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

background-color css

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

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

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

border-color css

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

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

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