Html Css Color HEX #FEC991 Peach-Orange

📋 copy color: '#FEC991'

red 254 ◦ green 201 ◦ blue 145

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

Shades of Peach-Orange #FEC991

Tints of Peach-Orange #FEC991

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.5%

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

R = 42.33%
G = 33.5%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEC991 (or 0xFEC991) is known color: Peach-Orange. HEX triplet: FE, C9 and 91. RGB value is (254,201,145). Sum of RGB (Red+Green+Blue) = 254+201+145=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 145 (57.03% from 255 or 24.17% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC991 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC991 is #01366E. Grayscale: #D2D2D2. Windows color (decimal): -79471 or 9554430. OLE color: 9554430.

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

Color convert

RGB 254 201 145 -
CMYK 0 0.21 0.43 0.00
HSL 30.83º 0.98% 0.78% -
HSV(B) 30.83º 0.43% 1% -
XYZ 66.87 64.89 35.79 -
YUV 210.46 91.06 159.05 -
System Red Green Blue C M Y K H S L
Decimal 254 201 145 0 0.21 0.43 0.00 30.83 0.98 0.78
Hex FE C9 91 0 15 2B 0 1F 62 4E
Octal 376 311 221 0 25 53 0 37 142 116
Binary 11111110 11001001 10010001 0 10101 101011 0 11111 1100010 1001110

Color Harmonies of #FEC991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC991

Black with #FEC991

Text Example


Text Example

White with #FEC991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC991; }

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

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

background-color css

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

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

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

border-color css

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

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

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