Html Css Color HEX #FE6C1C Pumpkin

📋 copy color: '#FE6C1C'

red 254 ◦ green 108 ◦ blue 28

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

Shades of Pumpkin #FE6C1C

Tints of Pumpkin #FE6C1C

RGB

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

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

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

R = 65.13%
G = 27.69%
B = 7.18%

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

#FE6C1C (or 0xFE6C1C) is known color: Pumpkin. HEX triplet: FE, 6C and 1C. RGB value is (254,108,28). Sum of RGB (Red+Green+Blue) = 254+108+28=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 28 (11.33% from 255 or 7.18% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6C1C is #0193E3. Grayscale: #8F8F8F. Windows color (decimal): -103396 or 1862910. OLE color: 1862910.

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

Color convert

RGB 254 108 28 -
CMYK 0 0.57 0.89 0.00
HSL 21.24º 0.99% 0.55% -
HSV(B) 21.24º 0.89% 1% -
XYZ 46.45 31.88 4.8 -
YUV 142.53 63.37 207.5 -
System Red Green Blue C M Y K H S L
Decimal 254 108 28 0 0.57 0.89 0.00 21.24 0.99 0.55
Hex FE 6C 1C 0 39 59 0 15 63 37
Octal 376 154 34 0 71 131 0 25 143 67
Binary 11111110 1101100 11100 0 111001 1011001 0 10101 1100011 110111

Color Harmonies of #FE6C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6C1C

Black with #FE6C1C

Text Example


Text Example

White with #FE6C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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