Html Css Color HEX #FD6D1E Pumpkin

📋 copy color: '#FD6D1E'

red 253 ◦ green 109 ◦ blue 30

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

Shades of Pumpkin #FD6D1E

Tints of Pumpkin #FD6D1E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.81%

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

R = 64.54%
G = 27.81%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD6D1E (or 0xFD6D1E) is known color: Pumpkin. HEX triplet: FD, 6D and 1E. RGB value is (253,109,30). Sum of RGB (Red+Green+Blue) = 253+109+30=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 30 (12.11% from 255 or 7.65% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6D1E is #0292E1. Grayscale: #8F8F8F. Windows color (decimal): -168674 or 1994237. OLE color: 1994237.

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

Color convert

RGB 253 109 30 -
CMYK 0 0.57 0.88 0.01
HSL 21.26º 0.98% 0.55% -
HSV(B) 21.26º 0.88% 0.99% -
XYZ 46.21 31.91 4.95 -
YUV 143.05 64.21 206.42 -
System Red Green Blue C M Y K H S L
Decimal 253 109 30 0 0.57 0.88 0.01 21.26 0.98 0.55
Hex FD 6D 1E 0 39 58 1 15 62 37
Octal 375 155 36 0 71 130 1 25 142 67
Binary 11111101 1101101 11110 0 111001 1011000 1 10101 1100010 110111

Color Harmonies of #FD6D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6D1E

Black with #FD6D1E

Text Example


Text Example

White with #FD6D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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