Html Css Color HEX #FD7321 Pumpkin

📋 copy color: '#FD7321'

red 253 ◦ green 115 ◦ blue 33

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

Shades of Pumpkin #FD7321

Tints of Pumpkin #FD7321

RGB

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

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

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

R = 63.09%
G = 28.68%
B = 8.23%

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

#FD7321 (or 0xFD7321) is known color: Pumpkin. HEX triplet: FD, 73 and 21. RGB value is (253,115,33). Sum of RGB (Red+Green+Blue) = 253+115+33=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7321 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7321 is #028CDE. Grayscale: #939393. Windows color (decimal): -167135 or 2192381. OLE color: 2192381.

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

Color convert

RGB 253 115 33 -
CMYK 0 0.55 0.87 0.01
HSL 22.36º 0.98% 0.56% -
HSV(B) 22.36º 0.87% 0.99% -
XYZ 46.91 33.25 5.38 -
YUV 146.91 63.72 203.67 -
System Red Green Blue C M Y K H S L
Decimal 253 115 33 0 0.55 0.87 0.01 22.36 0.98 0.56
Hex FD 73 21 0 37 57 1 16 62 38
Octal 375 163 41 0 67 127 1 26 142 70
Binary 11111101 1110011 100001 0 110111 1010111 1 10110 1100010 111000

Color Harmonies of #FD7321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7321

Black with #FD7321

Text Example


Text Example

White with #FD7321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7321; }

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

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

background-color css

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

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

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

border-color css

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

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

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