Html Css Color HEX #FD7E1D Pumpkin

📋 copy color: '#FD7E1D'

red 253 ◦ green 126 ◦ blue 29

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

Shades of Pumpkin #FD7E1D

Tints of Pumpkin #FD7E1D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.88%

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

R = 62.01%
G = 30.88%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD7E1D (or 0xFD7E1D) is known color: Pumpkin. HEX triplet: FD, 7E and 1D. RGB value is (253,126,29). Sum of RGB (Red+Green+Blue) = 253+126+29=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7E1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7E1D is #0281E2. Grayscale: #999999. Windows color (decimal): -164323 or 1933053. OLE color: 1933053.

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

Color convert

RGB 253 126 29 -
CMYK 0 0.50 0.89 0.01
HSL 25.98º 0.98% 0.55% -
HSV(B) 25.98º 0.89% 0.99% -
XYZ 48.19 35.89 5.55 -
YUV 152.92 58.08 199.39 -
System Red Green Blue C M Y K H S L
Decimal 253 126 29 0 0.50 0.89 0.01 25.98 0.98 0.55
Hex FD 7E 1D 0 32 59 1 1A 62 37
Octal 375 176 35 0 62 131 1 32 142 67
Binary 11111101 1111110 11101 0 110010 1011001 1 11010 1100010 110111

Color Harmonies of #FD7E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7E1D

Black with #FD7E1D

Text Example


Text Example

White with #FD7E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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