Html Css Color HEX #FEC88F Peach-Orange

📋 copy color: '#FEC88F'

red 254 ◦ green 200 ◦ blue 143

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

Shades of Peach-Orange #FEC88F

Tints of Peach-Orange #FEC88F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.5%

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

R = 42.55%
G = 33.5%
B = 23.95%

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

#FEC88F (or 0xFEC88F) is known color: Peach-Orange. HEX triplet: FE, C8 and 8F. RGB value is (254,200,143). Sum of RGB (Red+Green+Blue) = 254+200+143=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 143 (56.25% from 255 or 23.95% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC88F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC88F is #013770. Grayscale: #D1D1D1. Windows color (decimal): -79729 or 9423102. OLE color: 9423102.

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

Color convert

RGB 254 200 143 -
CMYK 0 0.21 0.44 0.00
HSL 30.81º 0.98% 0.78% -
HSV(B) 30.81º 0.44% 1% -
XYZ 66.49 64.36 34.91 -
YUV 209.65 90.39 159.63 -
System Red Green Blue C M Y K H S L
Decimal 254 200 143 0 0.21 0.44 0.00 30.81 0.98 0.78
Hex FE C8 8F 0 15 2C 0 1F 62 4E
Octal 376 310 217 0 25 54 0 37 142 116
Binary 11111110 11001000 10001111 0 10101 101100 0 11111 1100010 1001110

Color Harmonies of #FEC88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC88F

Black with #FEC88F

Text Example


Text Example

White with #FEC88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC88F; }

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

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

background-color css

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

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

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

border-color css

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

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

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