Html Css Color HEX #FE6114 Pumpkin

📋 copy color: '#FE6114'

red 254 ◦ green 97 ◦ blue 20

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

Shades of Pumpkin #FE6114

Tints of Pumpkin #FE6114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.15%

 BLUE value IS 20 (8.2% from 255) = 5.39%

R = 68.46%
G = 26.15%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE6114 (or 0xFE6114) is known color: Pumpkin. HEX triplet: FE, 61 and 14. RGB value is (254,97,20). Sum of RGB (Red+Green+Blue) = 254+97+20=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6114 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6114 is #019EEB. Grayscale: #878787. Windows color (decimal): -106220 or 1335806. OLE color: 1335806.

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

Color convert

RGB 254 97 20 -
CMYK 0 0.62 0.92 0.00
HSL 19.74º 0.99% 0.54% -
HSV(B) 19.74º 0.92% 1% -
XYZ 45.27 29.67 4 -
YUV 135.17 63.01 212.76 -
System Red Green Blue C M Y K H S L
Decimal 254 97 20 0 0.62 0.92 0.00 19.74 0.99 0.54
Hex FE 61 14 0 3E 5C 0 14 63 36
Octal 376 141 24 0 76 134 0 24 143 66
Binary 11111110 1100001 10100 0 111110 1011100 0 10100 1100011 110110

Color Harmonies of #FE6114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6114

Black with #FE6114

Text Example


Text Example

White with #FE6114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6114; }

 p { color: rgb(254,97,20); }

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

background-color css

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

 a { background-color: rgb(254,97,20); }

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

border-color css

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

 span { border-color: rgb(254,97,20); }

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