Html Css Color HEX #FE711D Pumpkin

📋 copy color: '#FE711D'

red 254 ◦ green 113 ◦ blue 29

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

Shades of Pumpkin #FE711D

Tints of Pumpkin #FE711D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.54%

 BLUE value IS 29 (11.72% from 255) = 7.32%

R = 64.14%
G = 28.54%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE711D (or 0xFE711D) is known color: Pumpkin. HEX triplet: FE, 71 and 1D. RGB value is (254,113,29). Sum of RGB (Red+Green+Blue) = 254+113+29=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE711D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE711D is #018EE2. Grayscale: #929292. Windows color (decimal): -102115 or 1929726. OLE color: 1929726.

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

Color convert

RGB 254 113 29 -
CMYK 0 0.56 0.89 0.00
HSL 22.4º 0.99% 0.55% -
HSV(B) 22.4º 0.89% 1% -
XYZ 47 32.97 5.05 -
YUV 145.58 62.21 205.33 -
System Red Green Blue C M Y K H S L
Decimal 254 113 29 0 0.56 0.89 0.00 22.4 0.99 0.55
Hex FE 71 1D 0 38 59 0 16 63 37
Octal 376 161 35 0 70 131 0 26 143 67
Binary 11111110 1110001 11101 0 111000 1011001 0 10110 1100011 110111

Color Harmonies of #FE711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE711D

Black with #FE711D

Text Example


Text Example

White with #FE711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE711D; }

 p { color: rgb(254,113,29); }

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

background-color css

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

 a { background-color: rgb(254,113,29); }

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

border-color css

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

 span { border-color: rgb(254,113,29); }

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