Html Css Color HEX #FD7D1E Pumpkin

📋 copy color: '#FD7D1E'

red 253 ◦ green 125 ◦ blue 30

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

Shades of Pumpkin #FD7D1E

Tints of Pumpkin #FD7D1E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.64%

 BLUE value IS 30 (12.11% from 255) = 7.35%

R = 62.01%
G = 30.64%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD7D1E (or 0xFD7D1E) is known color: Pumpkin. HEX triplet: FD, 7D and 1E. RGB value is (253,125,30). Sum of RGB (Red+Green+Blue) = 253+125+30=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7D1E is #0282E1. Grayscale: #989898. Windows color (decimal): -164578 or 1998333. OLE color: 1998333.

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

Color convert

RGB 253 125 30 -
CMYK 0 0.51 0.88 0.01
HSL 25.56º 0.98% 0.55% -
HSV(B) 25.56º 0.88% 0.99% -
XYZ 48.08 35.64 5.57 -
YUV 152.44 58.91 199.72 -
System Red Green Blue C M Y K H S L
Decimal 253 125 30 0 0.51 0.88 0.01 25.56 0.98 0.55
Hex FD 7D 1E 0 33 58 1 1A 62 37
Octal 375 175 36 0 63 130 1 32 142 67
Binary 11111101 1111101 11110 0 110011 1011000 1 11010 1100010 110111

Color Harmonies of #FD7D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7D1E

Black with #FD7D1E

Text Example


Text Example

White with #FD7D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7D1E; }

 p { color: rgb(253,125,30); }

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

background-color css

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

 a { background-color: rgb(253,125,30); }

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

border-color css

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

 span { border-color: rgb(253,125,30); }

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