Html Css Color HEX #FEC99A Peach-Orange

📋 copy color: '#FEC99A'

red 254 ◦ green 201 ◦ blue 154

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

Shades of Peach-Orange #FEC99A

Tints of Peach-Orange #FEC99A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33%

 BLUE value IS 154 (60.55% from 255) = 25.29%

R = 41.71%
G = 33%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FEC99A (or 0xFEC99A) is known color: Peach-Orange. HEX triplet: FE, C9 and 9A. RGB value is (254,201,154). Sum of RGB (Red+Green+Blue) = 254+201+154=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 201 (78.91% from 255 or 33.00% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC99A is #013665. Grayscale: #D3D3D3. Windows color (decimal): -79462 or 10144254. OLE color: 10144254.

HSL color Cylindrical-coordinate representation of color #FEC99A: hue angle of 28.2º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEC99A is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 201 154 -
CMYK 0 0.21 0.39 0.00
HSL 28.2º 0.98% 0.8% -
HSV(B) 28.2º 0.39% 1% -
XYZ 67.59 65.18 39.59 -
YUV 211.49 95.56 158.32 -
System Red Green Blue C M Y K H S L
Decimal 254 201 154 0 0.21 0.39 0.00 28.2 0.98 0.8
Hex FE C9 9A 0 15 27 0 1C 62 50
Octal 376 311 232 0 25 47 0 34 142 120
Binary 11111110 11001001 10011010 0 10101 100111 0 11100 1100010 1010000

Color Harmonies of #FEC99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC99A

Black with #FEC99A

Text Example


Text Example

White with #FEC99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC99A; }

 p { color: rgb(254,201,154); }

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

background-color css

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

 a { background-color: rgb(254,201,154); }

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

border-color css

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

 span { border-color: rgb(254,201,154); }

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