Html Css Color HEX #FEC98C Peach-Orange

📋 copy color: '#FEC98C'

red 254 ◦ green 201 ◦ blue 140

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

Shades of Peach-Orange #FEC98C

Tints of Peach-Orange #FEC98C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.53%

R = 42.69%
G = 33.78%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FEC98C (or 0xFEC98C) is known color: Peach-Orange. HEX triplet: FE, C9 and 8C. RGB value is (254,201,140). Sum of RGB (Red+Green+Blue) = 254+201+140=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 140 (55.08% from 255 or 23.53% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC98C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC98C is #013673. Grayscale: #D2D2D2. Windows color (decimal): -79476 or 9226750. OLE color: 9226750.

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

Color convert

RGB 254 201 140 -
CMYK 0 0.21 0.45 0.00
HSL 32.11º 0.98% 0.77% -
HSV(B) 32.11º 0.45% 1% -
XYZ 66.49 64.74 33.8 -
YUV 209.89 88.56 159.46 -
System Red Green Blue C M Y K H S L
Decimal 254 201 140 0 0.21 0.45 0.00 32.11 0.98 0.77
Hex FE C9 8C 0 15 2D 0 20 62 4D
Octal 376 311 214 0 25 55 0 40 142 115
Binary 11111110 11001001 10001100 0 10101 101101 0 100000 1100010 1001101

Color Harmonies of #FEC98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC98C

Black with #FEC98C

Text Example


Text Example

White with #FEC98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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