Html Css Color HEX #FE761D Pumpkin

📋 copy color: '#FE761D'

red 254 ◦ green 118 ◦ blue 29

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

Shades of Pumpkin #FE761D

Tints of Pumpkin #FE761D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.43%

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

R = 63.34%
G = 29.43%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE761D (or 0xFE761D) is known color: Pumpkin. HEX triplet: FE, 76 and 1D. RGB value is (254,118,29). Sum of RGB (Red+Green+Blue) = 254+118+29=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE761D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE761D is #0189E2. Grayscale: #959595. Windows color (decimal): -100835 or 1931006. OLE color: 1931006.

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

Color convert

RGB 254 118 29 -
CMYK 0 0.54 0.89 0.00
HSL 23.73º 0.99% 0.55% -
HSV(B) 23.73º 0.89% 1% -
XYZ 47.57 34.12 5.24 -
YUV 148.52 60.56 203.24 -
System Red Green Blue C M Y K H S L
Decimal 254 118 29 0 0.54 0.89 0.00 23.73 0.99 0.55
Hex FE 76 1D 0 36 59 0 18 63 37
Octal 376 166 35 0 66 131 0 30 143 67
Binary 11111110 1110110 11101 0 110110 1011001 0 11000 1100011 110111

Color Harmonies of #FE761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE761D

Black with #FE761D

Text Example


Text Example

White with #FE761D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE761D; }

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

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

background-color css

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

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

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

border-color css

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

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

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