Html Css Color HEX #FEC391 Peach-Orange

📋 copy color: '#FEC391'

red 254 ◦ green 195 ◦ blue 145

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

Shades of Peach-Orange #FEC391

Tints of Peach-Orange #FEC391

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.83%

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

R = 42.76%
G = 32.83%
B = 24.41%

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

#FEC391 (or 0xFEC391) is known color: Peach-Orange. HEX triplet: FE, C3 and 91. RGB value is (254,195,145). Sum of RGB (Red+Green+Blue) = 254+195+145=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 195 (76.56% from 255 or 32.83% from 594); Blue value is 145 (57.03% from 255 or 24.41% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC391 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC391 is #013C6E. Grayscale: #CFCFCF. Windows color (decimal): -81007 or 9552894. OLE color: 9552894.

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

Color convert

RGB 254 195 145 -
CMYK 0 0.23 0.43 0.00
HSL 27.52º 0.98% 0.78% -
HSV(B) 27.52º 0.43% 1% -
XYZ 65.5 62.15 35.33 -
YUV 206.94 93.05 161.57 -
System Red Green Blue C M Y K H S L
Decimal 254 195 145 0 0.23 0.43 0.00 27.52 0.98 0.78
Hex FE C3 91 0 17 2B 0 1C 62 4E
Octal 376 303 221 0 27 53 0 34 142 116
Binary 11111110 11000011 10010001 0 10111 101011 0 11100 1100010 1001110

Color Harmonies of #FEC391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC391

Black with #FEC391

Text Example


Text Example

White with #FEC391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC391; }

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

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

background-color css

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

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

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

border-color css

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

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

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