Html Css Color HEX #FE7411 Pumpkin

📋 copy color: '#FE7411'

red 254 ◦ green 116 ◦ blue 17

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

Shades of Pumpkin #FE7411

Tints of Pumpkin #FE7411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.97%

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

R = 65.63%
G = 29.97%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE7411 (or 0xFE7411) is known color: Pumpkin. HEX triplet: FE, 74 and 11. RGB value is (254,116,17). Sum of RGB (Red+Green+Blue) = 254+116+17=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7411 is #018BEE. Grayscale: #929292. Windows color (decimal): -101359 or 1144062. OLE color: 1144062.

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

Color convert

RGB 254 116 17 -
CMYK 0 0.54 0.93 0.00
HSL 25.06º 0.99% 0.53% -
HSV(B) 25.06º 0.93% 1% -
XYZ 47.22 33.6 4.53 -
YUV 145.98 55.22 205.05 -
System Red Green Blue C M Y K H S L
Decimal 254 116 17 0 0.54 0.93 0.00 25.06 0.99 0.53
Hex FE 74 11 0 36 5D 0 19 63 35
Octal 376 164 21 0 66 135 0 31 143 65
Binary 11111110 1110100 10001 0 110110 1011101 0 11001 1100011 110101

Color Harmonies of #FE7411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7411

Black with #FE7411

Text Example


Text Example

White with #FE7411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7411; }

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

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

background-color css

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

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

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

border-color css

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

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

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