Html Css Color HEX #FEC98F Peach-Orange

📋 copy color: '#FEC98F'

red 254 ◦ green 201 ◦ blue 143

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

Shades of Peach-Orange #FEC98F

Tints of Peach-Orange #FEC98F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.91%

R = 42.47%
G = 33.61%
B = 23.91%

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

#FEC98F (or 0xFEC98F) is known color: Peach-Orange. HEX triplet: FE, C9 and 8F. RGB value is (254,201,143). Sum of RGB (Red+Green+Blue) = 254+201+143=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 143 (56.25% from 255 or 23.91% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC98F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC98F is #013670. Grayscale: #D2D2D2. Windows color (decimal): -79473 or 9423358. OLE color: 9423358.

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

Color convert

RGB 254 201 143 -
CMYK 0 0.21 0.44 0.00
HSL 31.35º 0.98% 0.78% -
HSV(B) 31.35º 0.44% 1% -
XYZ 66.72 64.83 34.98 -
YUV 210.24 90.06 159.22 -
System Red Green Blue C M Y K H S L
Decimal 254 201 143 0 0.21 0.44 0.00 31.35 0.98 0.78
Hex FE C9 8F 0 15 2C 0 1F 62 4E
Octal 376 311 217 0 25 54 0 37 142 116
Binary 11111110 11001001 10001111 0 10101 101100 0 11111 1100010 1001110

Color Harmonies of #FEC98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC98F

Black with #FEC98F

Text Example


Text Example

White with #FEC98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC98F; }

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

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

background-color css

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

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

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

border-color css

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

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

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