Html Css Color HEX #FEC98E Peach-Orange

📋 copy color: '#FEC98E'

red 254 ◦ green 201 ◦ blue 142

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

Shades of Peach-Orange #FEC98E

Tints of Peach-Orange #FEC98E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.79%

R = 42.55%
G = 33.67%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEC98E (or 0xFEC98E) is known color: Peach-Orange. HEX triplet: FE, C9 and 8E. RGB value is (254,201,142). Sum of RGB (Red+Green+Blue) = 254+201+142=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 142 (55.86% from 255 or 23.79% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC98E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC98E is #013671. Grayscale: #D2D2D2. Windows color (decimal): -79474 or 9357822. OLE color: 9357822.

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

Color convert

RGB 254 201 142 -
CMYK 0 0.21 0.44 0.00
HSL 31.61º 0.98% 0.78% -
HSV(B) 31.61º 0.44% 1% -
XYZ 66.64 64.8 34.59 -
YUV 210.12 89.56 159.3 -
System Red Green Blue C M Y K H S L
Decimal 254 201 142 0 0.21 0.44 0.00 31.61 0.98 0.78
Hex FE C9 8E 0 15 2C 0 20 62 4E
Octal 376 311 216 0 25 54 0 40 142 116
Binary 11111110 11001001 10001110 0 10101 101100 0 100000 1100010 1001110

Color Harmonies of #FEC98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC98E

Black with #FEC98E

Text Example


Text Example

White with #FEC98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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