Html Css Color HEX #FEC491 Peach-Orange

📋 copy color: '#FEC491'

red 254 ◦ green 196 ◦ blue 145

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

Shades of Peach-Orange #FEC491

Tints of Peach-Orange #FEC491

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.94%

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

R = 42.69%
G = 32.94%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEC491 (or 0xFEC491) is known color: Peach-Orange. HEX triplet: FE, C4 and 91. RGB value is (254,196,145). Sum of RGB (Red+Green+Blue) = 254+196+145=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 145 (57.03% from 255 or 24.37% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC491 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC491 is #013B6E. Grayscale: #CFCFCF. Windows color (decimal): -80751 or 9553150. OLE color: 9553150.

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

Color convert

RGB 254 196 145 -
CMYK 0 0.23 0.43 0.00
HSL 28.07º 0.98% 0.78% -
HSV(B) 28.07º 0.43% 1% -
XYZ 65.72 62.6 35.41 -
YUV 207.53 92.72 161.15 -
System Red Green Blue C M Y K H S L
Decimal 254 196 145 0 0.23 0.43 0.00 28.07 0.98 0.78
Hex FE C4 91 0 17 2B 0 1C 62 4E
Octal 376 304 221 0 27 53 0 34 142 116
Binary 11111110 11000100 10010001 0 10111 101011 0 11100 1100010 1001110

Color Harmonies of #FEC491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC491

Black with #FEC491

Text Example


Text Example

White with #FEC491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC491; }

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

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

background-color css

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

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

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

border-color css

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

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

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