Html Css Color HEX #FE6D1D Pumpkin

📋 copy color: '#FE6D1D'

red 254 ◦ green 109 ◦ blue 29

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

Shades of Pumpkin #FE6D1D

Tints of Pumpkin #FE6D1D

RGB

 RED value IS 254 (99.61% from 255) = 64.8%

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

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

R = 64.8%
G = 27.81%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE6D1D (or 0xFE6D1D) is known color: Pumpkin. HEX triplet: FE, 6D and 1D. RGB value is (254,109,29). Sum of RGB (Red+Green+Blue) = 254+109+29=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6D1D is #0192E2. Grayscale: #8F8F8F. Windows color (decimal): -103139 or 1928702. OLE color: 1928702.

HSL color Cylindrical-coordinate representation of color #FE6D1D: hue angle of 21.33º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE6D1D is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 109 29 -
CMYK 0 0.57 0.89 0.00
HSL 21.33º 0.99% 0.55% -
HSV(B) 21.33º 0.89% 1% -
XYZ 46.56 32.1 4.9 -
YUV 143.24 63.54 207 -
System Red Green Blue C M Y K H S L
Decimal 254 109 29 0 0.57 0.89 0.00 21.33 0.99 0.55
Hex FE 6D 1D 0 39 59 0 15 63 37
Octal 376 155 35 0 71 131 0 25 143 67
Binary 11111110 1101101 11101 0 111001 1011001 0 10101 1100011 110111

Color Harmonies of #FE6D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6D1D

Black with #FE6D1D

Text Example


Text Example

White with #FE6D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6D1D; }

 p { color: rgb(254,109,29); }

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

background-color css

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

 a { background-color: rgb(254,109,29); }

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

border-color css

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

 span { border-color: rgb(254,109,29); }

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