Html Css Color HEX #FEC78E Peach-Orange

📋 copy color: '#FEC78E'

red 254 ◦ green 199 ◦ blue 142

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

Shades of Peach-Orange #FEC78E

Tints of Peach-Orange #FEC78E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.45%

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

R = 42.69%
G = 33.45%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEC78E (or 0xFEC78E) is known color: Peach-Orange. HEX triplet: FE, C7 and 8E. RGB value is (254,199,142). Sum of RGB (Red+Green+Blue) = 254+199+142=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 142 (55.86% from 255 or 23.87% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC78E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC78E is #013871. Grayscale: #D1D1D1. Windows color (decimal): -79986 or 9357310. OLE color: 9357310.

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

Color convert

RGB 254 199 142 -
CMYK 0 0.22 0.44 0.00
HSL 30.54º 0.98% 0.78% -
HSV(B) 30.54º 0.44% 1% -
XYZ 66.18 63.87 34.43 -
YUV 208.95 90.22 160.13 -
System Red Green Blue C M Y K H S L
Decimal 254 199 142 0 0.22 0.44 0.00 30.54 0.98 0.78
Hex FE C7 8E 0 16 2C 0 1F 62 4E
Octal 376 307 216 0 26 54 0 37 142 116
Binary 11111110 11000111 10001110 0 10110 101100 0 11111 1100010 1001110

Color Harmonies of #FEC78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC78E

Black with #FEC78E

Text Example


Text Example

White with #FEC78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC78E; }

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

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

background-color css

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

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

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

border-color css

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

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

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