Html Css Color HEX #FD8521 Pumpkin

📋 copy color: '#FD8521'

red 253 ◦ green 133 ◦ blue 33

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

Shades of Pumpkin #FD8521

Tints of Pumpkin #FD8521

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.74%

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

R = 60.38%
G = 31.74%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD8521 (or 0xFD8521) is known color: Pumpkin. HEX triplet: FD, 85 and 21. RGB value is (253,133,33). Sum of RGB (Red+Green+Blue) = 253+133+33=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8521 is #027ADE. Grayscale: #9E9E9E. Windows color (decimal): -162527 or 2196989. OLE color: 2196989.

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

Color convert

RGB 253 133 33 -
CMYK 0 0.47 0.87 0.01
HSL 27.27º 0.98% 0.56% -
HSV(B) 27.27º 0.87% 0.99% -
XYZ 49.17 37.77 6.14 -
YUV 157.48 57.76 196.13 -
System Red Green Blue C M Y K H S L
Decimal 253 133 33 0 0.47 0.87 0.01 27.27 0.98 0.56
Hex FD 85 21 0 2F 57 1 1B 62 38
Octal 375 205 41 0 57 127 1 33 142 70
Binary 11111101 10000101 100001 0 101111 1010111 1 11011 1100010 111000

Color Harmonies of #FD8521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8521

Black with #FD8521

Text Example


Text Example

White with #FD8521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8521; }

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

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

background-color css

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

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

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

border-color css

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

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

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