Html Css Color HEX #FEC594 Peach-Orange

📋 copy color: '#FEC594'

red 254 ◦ green 197 ◦ blue 148

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

Shades of Peach-Orange #FEC594

Tints of Peach-Orange #FEC594

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.89%

 BLUE value IS 148 (58.2% from 255) = 24.71%

R = 42.4%
G = 32.89%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEC594 (or 0xFEC594) is known color: Peach-Orange. HEX triplet: FE, C5 and 94. RGB value is (254,197,148). Sum of RGB (Red+Green+Blue) = 254+197+148=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 148 (58.20% from 255 or 24.71% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC594 is #013A6B. Grayscale: #D0D0D0. Windows color (decimal): -80492 or 9750014. OLE color: 9750014.

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

Color convert

RGB 254 197 148 -
CMYK 0 0.22 0.42 0.00
HSL 27.74º 0.98% 0.79% -
HSV(B) 27.74º 0.42% 1% -
XYZ 66.18 63.14 36.72 -
YUV 208.46 93.88 160.48 -
System Red Green Blue C M Y K H S L
Decimal 254 197 148 0 0.22 0.42 0.00 27.74 0.98 0.79
Hex FE C5 94 0 16 2A 0 1C 62 4F
Octal 376 305 224 0 26 52 0 34 142 117
Binary 11111110 11000101 10010100 0 10110 101010 0 11100 1100010 1001111

Color Harmonies of #FEC594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC594

Black with #FEC594

Text Example


Text Example

White with #FEC594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC594; }

 p { color: rgb(254,197,148); }

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

background-color css

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

 a { background-color: rgb(254,197,148); }

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

border-color css

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

 span { border-color: rgb(254,197,148); }

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