Html Css Color HEX #FEC791 Peach-Orange

📋 copy color: '#FEC791'

red 254 ◦ green 199 ◦ blue 145

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

Shades of Peach-Orange #FEC791

Tints of Peach-Orange #FEC791

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.28%

 BLUE value IS 145 (57.03% from 255) = 24.25%

R = 42.47%
G = 33.28%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEC791 (or 0xFEC791) is known color: Peach-Orange. HEX triplet: FE, C7 and 91. RGB value is (254,199,145). Sum of RGB (Red+Green+Blue) = 254+199+145=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 145 (57.03% from 255 or 24.25% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC791 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC791 is #01386E. Grayscale: #D1D1D1. Windows color (decimal): -79983 or 9553918. OLE color: 9553918.

HSL color Cylindrical-coordinate representation of color #FEC791: hue angle of 29.72º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FEC791 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 199 145 -
CMYK 0 0.22 0.43 0.00
HSL 29.72º 0.98% 0.78% -
HSV(B) 29.72º 0.43% 1% -
XYZ 66.41 63.96 35.63 -
YUV 209.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 254 199 145 0 0.22 0.43 0.00 29.72 0.98 0.78
Hex FE C7 91 0 16 2B 0 1E 62 4E
Octal 376 307 221 0 26 53 0 36 142 116
Binary 11111110 11000111 10010001 0 10110 101011 0 11110 1100010 1001110

Color Harmonies of #FEC791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC791

Black with #FEC791

Text Example


Text Example

White with #FEC791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC791; }

 p { color: rgb(254,199,145); }

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

background-color css

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

 a { background-color: rgb(254,199,145); }

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

border-color css

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

 span { border-color: rgb(254,199,145); }

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