Html Css Color HEX #FD6A1E Pumpkin

📋 copy color: '#FD6A1E'

red 253 ◦ green 106 ◦ blue 30

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

Shades of Pumpkin #FD6A1E

Tints of Pumpkin #FD6A1E

RGB

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

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

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

R = 65.04%
G = 27.25%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD6A1E (or 0xFD6A1E) is known color: Pumpkin. HEX triplet: FD, 6A and 1E. RGB value is (253,106,30). Sum of RGB (Red+Green+Blue) = 253+106+30=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 30 (12.11% from 255 or 7.71% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6A1E is #0295E1. Grayscale: #8D8D8D. Windows color (decimal): -169442 or 1993469. OLE color: 1993469.

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

Color convert

RGB 253 106 30 -
CMYK 0 0.58 0.88 0.01
HSL 20.45º 0.98% 0.55% -
HSV(B) 20.45º 0.88% 0.99% -
XYZ 45.9 31.28 4.85 -
YUV 141.29 65.2 207.68 -
System Red Green Blue C M Y K H S L
Decimal 253 106 30 0 0.58 0.88 0.01 20.45 0.98 0.55
Hex FD 6A 1E 0 3A 58 1 14 62 37
Octal 375 152 36 0 72 130 1 24 142 67
Binary 11111101 1101010 11110 0 111010 1011000 1 10100 1100010 110111

Color Harmonies of #FD6A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6A1E

Black with #FD6A1E

Text Example


Text Example

White with #FD6A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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