Html Css Color HEX #FE7215 Pumpkin

📋 copy color: '#FE7215'

red 254 ◦ green 114 ◦ blue 21

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

Shades of Pumpkin #FE7215

Tints of Pumpkin #FE7215

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.31%

 BLUE value IS 21 (8.59% from 255) = 5.4%

R = 65.3%
G = 29.31%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE7215 (or 0xFE7215) is known color: Pumpkin. HEX triplet: FE, 72 and 15. RGB value is (254,114,21). Sum of RGB (Red+Green+Blue) = 254+114+21=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7215 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7215 is #018DEA. Grayscale: #919191. Windows color (decimal): -101867 or 1405694. OLE color: 1405694.

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

Color convert

RGB 254 114 21 -
CMYK 0 0.55 0.92 0.00
HSL 23.95º 0.99% 0.54% -
HSV(B) 23.95º 0.92% 1% -
XYZ 47.03 33.16 4.63 -
YUV 145.26 57.88 205.56 -
System Red Green Blue C M Y K H S L
Decimal 254 114 21 0 0.55 0.92 0.00 23.95 0.99 0.54
Hex FE 72 15 0 37 5C 0 18 63 36
Octal 376 162 25 0 67 134 0 30 143 66
Binary 11111110 1110010 10101 0 110111 1011100 0 11000 1100011 110110

Color Harmonies of #FE7215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7215

Black with #FE7215

Text Example


Text Example

White with #FE7215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7215; }

 p { color: rgb(254,114,21); }

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

background-color css

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

 a { background-color: rgb(254,114,21); }

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

border-color css

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

 span { border-color: rgb(254,114,21); }

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