Html Css Color HEX #FEC98B Peach-Orange

📋 copy color: '#FEC98B'

red 254 ◦ green 201 ◦ blue 139

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

Shades of Peach-Orange #FEC98B

Tints of Peach-Orange #FEC98B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.4%

R = 42.76%
G = 33.84%
B = 23.4%

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

#FEC98B (or 0xFEC98B) is known color: Peach-Orange. HEX triplet: FE, C9 and 8B. RGB value is (254,201,139). Sum of RGB (Red+Green+Blue) = 254+201+139=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC98B is #013674. Grayscale: #D2D2D2. Windows color (decimal): -79477 or 9161214. OLE color: 9161214.

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

Color convert

RGB 254 201 139 -
CMYK 0 0.21 0.45 0.00
HSL 32.35º 0.98% 0.77% -
HSV(B) 32.35º 0.45% 1% -
XYZ 66.42 64.71 33.42 -
YUV 209.78 88.06 159.54 -
System Red Green Blue C M Y K H S L
Decimal 254 201 139 0 0.21 0.45 0.00 32.35 0.98 0.77
Hex FE C9 8B 0 15 2D 0 20 62 4D
Octal 376 311 213 0 25 55 0 40 142 115
Binary 11111110 11001001 10001011 0 10101 101101 0 100000 1100010 1001101

Color Harmonies of #FEC98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC98B

Black with #FEC98B

Text Example


Text Example

White with #FEC98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC98B; }

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

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

background-color css

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

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

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

border-color css

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

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

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