Html Css Color HEX #FEC591 Peach-Orange

📋 copy color: '#FEC591'

red 254 ◦ green 197 ◦ blue 145

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

Shades of Peach-Orange #FEC591

Tints of Peach-Orange #FEC591

RGB

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

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

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

R = 42.62%
G = 33.05%
B = 24.33%

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

#FEC591 (or 0xFEC591) is known color: Peach-Orange. HEX triplet: FE, C5 and 91. RGB value is (254,197,145). Sum of RGB (Red+Green+Blue) = 254+197+145=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 145 (57.03% from 255 or 24.33% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC591 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC591 is #013A6E. Grayscale: #D0D0D0. Windows color (decimal): -80495 or 9553406. OLE color: 9553406.

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

Color convert

RGB 254 197 145 -
CMYK 0 0.22 0.43 0.00
HSL 28.62º 0.98% 0.78% -
HSV(B) 28.62º 0.43% 1% -
XYZ 65.95 63.05 35.48 -
YUV 208.12 92.38 160.73 -
System Red Green Blue C M Y K H S L
Decimal 254 197 145 0 0.22 0.43 0.00 28.62 0.98 0.78
Hex FE C5 91 0 16 2B 0 1D 62 4E
Octal 376 305 221 0 26 53 0 35 142 116
Binary 11111110 11000101 10010001 0 10110 101011 0 11101 1100010 1001110

Color Harmonies of #FEC591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC591

Black with #FEC591

Text Example


Text Example

White with #FEC591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC591; }

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

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

background-color css

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

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

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

border-color css

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

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

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