Html Css Color HEX #FE6C0E Pumpkin

📋 copy color: '#FE6C0E'

red 254 ◦ green 108 ◦ blue 14

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

Shades of Pumpkin #FE6C0E

Tints of Pumpkin #FE6C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.72%

R = 67.55%
G = 28.72%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE6C0E (or 0xFE6C0E) is known color: Pumpkin. HEX triplet: FE, 6C and 0E. RGB value is (254,108,14). Sum of RGB (Red+Green+Blue) = 254+108+14=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6C0E is #0193F1. Grayscale: #8D8D8D. Windows color (decimal): -103410 or 945406. OLE color: 945406.

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

Color convert

RGB 254 108 14 -
CMYK 0 0.57 0.94 0.00
HSL 23.5º 0.99% 0.53% -
HSV(B) 23.5º 0.94% 1% -
XYZ 46.31 31.83 4.12 -
YUV 140.94 56.37 208.64 -
System Red Green Blue C M Y K H S L
Decimal 254 108 14 0 0.57 0.94 0.00 23.5 0.99 0.53
Hex FE 6C E 0 39 5E 0 18 63 35
Octal 376 154 16 0 71 136 0 30 143 65
Binary 11111110 1101100 1110 0 111001 1011110 0 11000 1100011 110101

Color Harmonies of #FE6C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6C0E

Black with #FE6C0E

Text Example


Text Example

White with #FE6C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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