Html Css Color HEX #FE7018 Pumpkin

📋 copy color: '#FE7018'

red 254 ◦ green 112 ◦ blue 24

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

Shades of Pumpkin #FE7018

Tints of Pumpkin #FE7018

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.72%

 BLUE value IS 24 (9.77% from 255) = 6.15%

R = 65.13%
G = 28.72%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE7018 (or 0xFE7018) is known color: Pumpkin. HEX triplet: FE, 70 and 18. RGB value is (254,112,24). Sum of RGB (Red+Green+Blue) = 254+112+24=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 24 (9.77% from 255 or 6.15% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7018 is #018FE7. Grayscale: #909090. Windows color (decimal): -102376 or 1601790. OLE color: 1601790.

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

Color convert

RGB 254 112 24 -
CMYK 0 0.56 0.91 0.00
HSL 22.96º 0.99% 0.55% -
HSV(B) 22.96º 0.91% 1% -
XYZ 46.83 32.73 4.71 -
YUV 144.43 60.04 206.16 -
System Red Green Blue C M Y K H S L
Decimal 254 112 24 0 0.56 0.91 0.00 22.96 0.99 0.55
Hex FE 70 18 0 38 5B 0 17 63 37
Octal 376 160 30 0 70 133 0 27 143 67
Binary 11111110 1110000 11000 0 111000 1011011 0 10111 1100011 110111

Color Harmonies of #FE7018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7018

Black with #FE7018

Text Example


Text Example

White with #FE7018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7018; }

 p { color: rgb(254,112,24); }

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

background-color css

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

 a { background-color: rgb(254,112,24); }

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

border-color css

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

 span { border-color: rgb(254,112,24); }

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