Html Css Color HEX #FEC691 Peach-Orange

📋 copy color: '#FEC691'

red 254 ◦ green 198 ◦ blue 145

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

Shades of Peach-Orange #FEC691

Tints of Peach-Orange #FEC691

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.17%

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

R = 42.55%
G = 33.17%
B = 24.29%

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

#FEC691 (or 0xFEC691) is known color: Peach-Orange. HEX triplet: FE, C6 and 91. RGB value is (254,198,145). Sum of RGB (Red+Green+Blue) = 254+198+145=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 145 (57.03% from 255 or 24.29% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC691 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC691 is #01396E. Grayscale: #D0D0D0. Windows color (decimal): -80239 or 9553662. OLE color: 9553662.

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

Color convert

RGB 254 198 145 -
CMYK 0 0.22 0.43 0.00
HSL 29.17º 0.98% 0.78% -
HSV(B) 29.17º 0.43% 1% -
XYZ 66.18 63.5 35.56 -
YUV 208.7 92.05 160.31 -
System Red Green Blue C M Y K H S L
Decimal 254 198 145 0 0.22 0.43 0.00 29.17 0.98 0.78
Hex FE C6 91 0 16 2B 0 1D 62 4E
Octal 376 306 221 0 26 53 0 35 142 116
Binary 11111110 11000110 10010001 0 10110 101011 0 11101 1100010 1001110

Color Harmonies of #FEC691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC691

Black with #FEC691

Text Example


Text Example

White with #FEC691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC691; }

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

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

background-color css

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

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

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

border-color css

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

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

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