Html Css Color HEX #FD5E1D Pumpkin

📋 copy color: '#FD5E1D'

red 253 ◦ green 94 ◦ blue 29

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

Shades of Pumpkin #FD5E1D

Tints of Pumpkin #FD5E1D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25%

 BLUE value IS 29 (11.72% from 255) = 7.71%

R = 67.29%
G = 25%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD5E1D (or 0xFD5E1D) is known color: Pumpkin. HEX triplet: FD, 5E and 1D. RGB value is (253,94,29). Sum of RGB (Red+Green+Blue) = 253+94+29=376 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.29% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5E1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5E1D is #02A1E2. Grayscale: #868686. Windows color (decimal): -172515 or 1924861. OLE color: 1924861.

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

Color convert

RGB 253 94 29 -
CMYK 0 0.63 0.89 0.01
HSL 17.41º 0.98% 0.55% -
HSV(B) 17.41º 0.89% 0.99% -
XYZ 44.73 28.98 4.4 -
YUV 134.13 68.68 212.79 -
System Red Green Blue C M Y K H S L
Decimal 253 94 29 0 0.63 0.89 0.01 17.41 0.98 0.55
Hex FD 5E 1D 0 3F 59 1 11 62 37
Octal 375 136 35 0 77 131 1 21 142 67
Binary 11111101 1011110 11101 0 111111 1011001 1 10001 1100010 110111

Color Harmonies of #FD5E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5E1D

Black with #FD5E1D

Text Example


Text Example

White with #FD5E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5E1D; }

 p { color: rgb(253,94,29); }

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

background-color css

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

 a { background-color: rgb(253,94,29); }

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

border-color css

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

 span { border-color: rgb(253,94,29); }

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