Html Css Color HEX #FD6A1D Pumpkin

📋 copy color: '#FD6A1D'

red 253 ◦ green 106 ◦ blue 29

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

Shades of Pumpkin #FD6A1D

Tints of Pumpkin #FD6A1D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.32%

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

R = 65.21%
G = 27.32%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD6A1D (or 0xFD6A1D) is known color: Pumpkin. HEX triplet: FD, 6A and 1D. RGB value is (253,106,29). Sum of RGB (Red+Green+Blue) = 253+106+29=388 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.21% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 29 (11.72% from 255 or 7.47% from 388); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6A1D is #0295E2. Grayscale: #8D8D8D. Windows color (decimal): -169443 or 1927933. OLE color: 1927933.

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

Color convert

RGB 253 106 29 -
CMYK 0 0.58 0.89 0.01
HSL 20.63º 0.98% 0.55% -
HSV(B) 20.63º 0.89% 0.99% -
XYZ 45.88 31.28 4.78 -
YUV 141.18 64.7 207.76 -
System Red Green Blue C M Y K H S L
Decimal 253 106 29 0 0.58 0.89 0.01 20.63 0.98 0.55
Hex FD 6A 1D 0 3A 59 1 15 62 37
Octal 375 152 35 0 72 131 1 25 142 67
Binary 11111101 1101010 11101 0 111010 1011001 1 10101 1100010 110111

Color Harmonies of #FD6A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6A1D

Black with #FD6A1D

Text Example


Text Example

White with #FD6A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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