Html Css Color HEX #FE7121 Pumpkin

📋 copy color: '#FE7121'

red 254 ◦ green 113 ◦ blue 33

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

Shades of Pumpkin #FE7121

Tints of Pumpkin #FE7121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.25%

R = 63.5%
G = 28.25%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE7121 (or 0xFE7121) is known color: Pumpkin. HEX triplet: FE, 71 and 21. RGB value is (254,113,33). Sum of RGB (Red+Green+Blue) = 254+113+33=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7121 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7121 is #018EDE. Grayscale: #929292. Windows color (decimal): -102111 or 2191870. OLE color: 2191870.

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

Color convert

RGB 254 113 33 -
CMYK 0 0.56 0.87 0.00
HSL 21.72º 0.99% 0.56% -
HSV(B) 21.72º 0.87% 1% -
XYZ 47.05 32.99 5.33 -
YUV 146.04 64.21 205 -
System Red Green Blue C M Y K H S L
Decimal 254 113 33 0 0.56 0.87 0.00 21.72 0.99 0.56
Hex FE 71 21 0 38 57 0 16 63 38
Octal 376 161 41 0 70 127 0 26 143 70
Binary 11111110 1110001 100001 0 111000 1010111 0 10110 1100011 111000

Color Harmonies of #FE7121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7121

Black with #FE7121

Text Example


Text Example

White with #FE7121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7121; }

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

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

background-color css

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

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

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

border-color css

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

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

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