Html Css Color HEX #FE6E1C Pumpkin

📋 copy color: '#FE6E1C'

red 254 ◦ green 110 ◦ blue 28

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

Shades of Pumpkin #FE6E1C

Tints of Pumpkin #FE6E1C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.06%

 BLUE value IS 28 (11.33% from 255) = 7.14%

R = 64.8%
G = 28.06%
B = 7.14%

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

#FE6E1C (or 0xFE6E1C) is known color: Pumpkin. HEX triplet: FE, 6E and 1C. RGB value is (254,110,28). Sum of RGB (Red+Green+Blue) = 254+110+28=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6E1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6E1C is #0191E3. Grayscale: #909090. Windows color (decimal): -102884 or 1863422. OLE color: 1863422.

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

Color convert

RGB 254 110 28 -
CMYK 0 0.57 0.89 0.00
HSL 21.77º 0.99% 0.55% -
HSV(B) 21.77º 0.89% 1% -
XYZ 46.66 32.31 4.88 -
YUV 143.71 62.71 206.67 -
System Red Green Blue C M Y K H S L
Decimal 254 110 28 0 0.57 0.89 0.00 21.77 0.99 0.55
Hex FE 6E 1C 0 39 59 0 16 63 37
Octal 376 156 34 0 71 131 0 26 143 67
Binary 11111110 1101110 11100 0 111001 1011001 0 10110 1100011 110111

Color Harmonies of #FE6E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6E1C

Black with #FE6E1C

Text Example


Text Example

White with #FE6E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6E1C; }

 p { color: rgb(254,110,28); }

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

background-color css

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

 a { background-color: rgb(254,110,28); }

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

border-color css

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

 span { border-color: rgb(254,110,28); }

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