Html Css Color HEX #FE7211 Pumpkin

📋 copy color: '#FE7211'

red 254 ◦ green 114 ◦ blue 17

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

Shades of Pumpkin #FE7211

Tints of Pumpkin #FE7211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.42%

R = 65.97%
G = 29.61%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE7211 (or 0xFE7211) is known color: Pumpkin. HEX triplet: FE, 72 and 11. RGB value is (254,114,17). Sum of RGB (Red+Green+Blue) = 254+114+17=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 17 (7.03% from 255 or 4.42% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7211 is #018DEE. Grayscale: #919191. Windows color (decimal): -101871 or 1143550. OLE color: 1143550.

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

Color convert

RGB 254 114 17 -
CMYK 0 0.55 0.93 0.00
HSL 24.56º 0.99% 0.53% -
HSV(B) 24.56º 0.93% 1% -
XYZ 46.99 33.15 4.45 -
YUV 144.8 55.88 205.89 -
System Red Green Blue C M Y K H S L
Decimal 254 114 17 0 0.55 0.93 0.00 24.56 0.99 0.53
Hex FE 72 11 0 37 5D 0 19 63 35
Octal 376 162 21 0 67 135 0 31 143 65
Binary 11111110 1110010 10001 0 110111 1011101 0 11001 1100011 110101

Color Harmonies of #FE7211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7211

Black with #FE7211

Text Example


Text Example

White with #FE7211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7211; }

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

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

background-color css

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

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

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

border-color css

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

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

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