Html Css Color HEX #FE6C1D Pumpkin

📋 copy color: '#FE6C1D'

red 254 ◦ green 108 ◦ blue 29

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

Shades of Pumpkin #FE6C1D

Tints of Pumpkin #FE6C1D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.62%

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

R = 64.96%
G = 27.62%
B = 7.42%

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

#FE6C1D (or 0xFE6C1D) is known color: Pumpkin. HEX triplet: FE, 6C and 1D. RGB value is (254,108,29). Sum of RGB (Red+Green+Blue) = 254+108+29=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6C1D is #0193E2. Grayscale: #8F8F8F. Windows color (decimal): -103395 or 1928446. OLE color: 1928446.

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

Color convert

RGB 254 108 29 -
CMYK 0 0.57 0.89 0.00
HSL 21.07º 0.99% 0.55% -
HSV(B) 21.07º 0.89% 1% -
XYZ 46.46 31.88 4.87 -
YUV 142.65 63.87 207.42 -
System Red Green Blue C M Y K H S L
Decimal 254 108 29 0 0.57 0.89 0.00 21.07 0.99 0.55
Hex FE 6C 1D 0 39 59 0 15 63 37
Octal 376 154 35 0 71 131 0 25 143 67
Binary 11111110 1101100 11101 0 111001 1011001 0 10101 1100011 110111

Color Harmonies of #FE6C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6C1D

Black with #FE6C1D

Text Example


Text Example

White with #FE6C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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