Html Css Color HEX #FECC91 Peach-Orange

📋 copy color: '#FECC91'

red 254 ◦ green 204 ◦ blue 145

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

Shades of Peach-Orange #FECC91

Tints of Peach-Orange #FECC91

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.83%

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

R = 42.12%
G = 33.83%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FECC91 (or 0xFECC91) is known color: Peach-Orange. HEX triplet: FE, CC and 91. RGB value is (254,204,145). Sum of RGB (Red+Green+Blue) = 254+204+145=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 145 (57.03% from 255 or 24.05% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECC91 is #01336E. Grayscale: #D4D4D4. Windows color (decimal): -78703 or 9555198. OLE color: 9555198.

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

Color convert

RGB 254 204 145 -
CMYK 0 0.20 0.43 0.00
HSL 32.48º 0.98% 0.78% -
HSV(B) 32.48º 0.43% 1% -
XYZ 67.58 66.3 36.02 -
YUV 212.22 90.07 157.8 -
System Red Green Blue C M Y K H S L
Decimal 254 204 145 0 0.20 0.43 0.00 32.48 0.98 0.78
Hex FE CC 91 0 14 2B 0 20 62 4E
Octal 376 314 221 0 24 53 0 40 142 116
Binary 11111110 11001100 10010001 0 10100 101011 0 100000 1100010 1001110

Color Harmonies of #FECC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC91

Black with #FECC91

Text Example


Text Example

White with #FECC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC91; }

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

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

background-color css

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

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

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

border-color css

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

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

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