Html Css Color HEX #FEC291 Peach-Orange

📋 copy color: '#FEC291'

red 254 ◦ green 194 ◦ blue 145

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

Shades of Peach-Orange #FEC291

Tints of Peach-Orange #FEC291

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.72%

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

R = 42.83%
G = 32.72%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEC291 (or 0xFEC291) is known color: Peach-Orange. HEX triplet: FE, C2 and 91. RGB value is (254,194,145). Sum of RGB (Red+Green+Blue) = 254+194+145=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 145 (57.03% from 255 or 24.45% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC291 is #013D6E. Grayscale: #CECECE. Windows color (decimal): -81263 or 9552638. OLE color: 9552638.

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

Color convert

RGB 254 194 145 -
CMYK 0 0.24 0.43 0.00
HSL 26.97º 0.98% 0.78% -
HSV(B) 26.97º 0.43% 1% -
XYZ 65.28 61.7 35.26 -
YUV 206.35 93.38 161.98 -
System Red Green Blue C M Y K H S L
Decimal 254 194 145 0 0.24 0.43 0.00 26.97 0.98 0.78
Hex FE C2 91 0 18 2B 0 1B 62 4E
Octal 376 302 221 0 30 53 0 33 142 116
Binary 11111110 11000010 10010001 0 11000 101011 0 11011 1100010 1001110

Color Harmonies of #FEC291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC291

Black with #FEC291

Text Example


Text Example

White with #FEC291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC291; }

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

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

background-color css

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

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

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

border-color css

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

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

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