Html Css Color HEX #FE731D Pumpkin

📋 copy color: '#FE731D'

red 254 ◦ green 115 ◦ blue 29

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

Shades of Pumpkin #FE731D

Tints of Pumpkin #FE731D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.89%

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

R = 63.82%
G = 28.89%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE731D (or 0xFE731D) is known color: Pumpkin. HEX triplet: FE, 73 and 1D. RGB value is (254,115,29). Sum of RGB (Red+Green+Blue) = 254+115+29=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE731D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE731D is #018CE2. Grayscale: #939393. Windows color (decimal): -101603 or 1930238. OLE color: 1930238.

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

Color convert

RGB 254 115 29 -
CMYK 0 0.55 0.89 0.00
HSL 22.93º 0.99% 0.55% -
HSV(B) 22.93º 0.89% 1% -
XYZ 47.23 33.42 5.12 -
YUV 146.76 61.55 204.49 -
System Red Green Blue C M Y K H S L
Decimal 254 115 29 0 0.55 0.89 0.00 22.93 0.99 0.55
Hex FE 73 1D 0 37 59 0 17 63 37
Octal 376 163 35 0 67 131 0 27 143 67
Binary 11111110 1110011 11101 0 110111 1011001 0 10111 1100011 110111

Color Harmonies of #FE731D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE731D

Black with #FE731D

Text Example


Text Example

White with #FE731D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE731D; }

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

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

background-color css

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

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

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

border-color css

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

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

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