Html Css Color HEX #FD7221 Pumpkin

📋 copy color: '#FD7221'

red 253 ◦ green 114 ◦ blue 33

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

Shades of Pumpkin #FD7221

Tints of Pumpkin #FD7221

RGB

 RED value IS 253 (99.22% from 255) = 63.25%

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

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

R = 63.25%
G = 28.5%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD7221 (or 0xFD7221) is known color: Pumpkin. HEX triplet: FD, 72 and 21. RGB value is (253,114,33). Sum of RGB (Red+Green+Blue) = 253+114+33=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7221 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7221 is #028DDE. Grayscale: #929292. Windows color (decimal): -167391 or 2192125. OLE color: 2192125.

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

Color convert

RGB 253 114 33 -
CMYK 0 0.55 0.87 0.01
HSL 22.09º 0.98% 0.56% -
HSV(B) 22.09º 0.87% 0.99% -
XYZ 46.8 33.03 5.35 -
YUV 146.33 64.05 204.09 -
System Red Green Blue C M Y K H S L
Decimal 253 114 33 0 0.55 0.87 0.01 22.09 0.98 0.56
Hex FD 72 21 0 37 57 1 16 62 38
Octal 375 162 41 0 67 127 1 26 142 70
Binary 11111101 1110010 100001 0 110111 1010111 1 10110 1100010 111000

Color Harmonies of #FD7221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7221

Black with #FD7221

Text Example


Text Example

White with #FD7221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7221; }

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

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

background-color css

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

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

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

border-color css

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

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

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