Html Css Color HEX #FE5E17 Pumpkin

📋 copy color: '#FE5E17'

red 254 ◦ green 94 ◦ blue 23

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

Shades of Pumpkin #FE5E17

Tints of Pumpkin #FE5E17

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.34%

 BLUE value IS 23 (9.38% from 255) = 6.2%

R = 68.46%
G = 25.34%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE5E17 (or 0xFE5E17) is known color: Pumpkin. HEX triplet: FE, 5E and 17. RGB value is (254,94,23). Sum of RGB (Red+Green+Blue) = 254+94+23=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5E17 is #01A1E8. Grayscale: #868686. Windows color (decimal): -106985 or 1531646. OLE color: 1531646.

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

Color convert

RGB 254 94 23 -
CMYK 0 0.63 0.91 0.00
HSL 18.44º 0.99% 0.54% -
HSV(B) 18.44º 0.91% 1% -
XYZ 45.03 29.14 4.06 -
YUV 133.75 65.51 213.77 -
System Red Green Blue C M Y K H S L
Decimal 254 94 23 0 0.63 0.91 0.00 18.44 0.99 0.54
Hex FE 5E 17 0 3F 5B 0 12 63 36
Octal 376 136 27 0 77 133 0 22 143 66
Binary 11111110 1011110 10111 0 111111 1011011 0 10010 1100011 110110

Color Harmonies of #FE5E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5E17

Black with #FE5E17

Text Example


Text Example

White with #FE5E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5E17; }

 p { color: rgb(254,94,23); }

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

background-color css

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

 a { background-color: rgb(254,94,23); }

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

border-color css

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

 span { border-color: rgb(254,94,23); }

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