#FEC78B

Color #FEC78B Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #FEC78B

Tints of Peach-Orange #FEC78B

Color information

#FEC78B (or 0xFEC78B) is unknown color: approx Peach-Orange. HEX triplet: FE, C7 and 8B. RGB value is (254,199,139). Sum of RGB (Red+Green+Blue) = 254+199+139=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 139 (54.69% from 255 or 23.48% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC78B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC78B is #013874. Grayscale: #D0D0D0. Windows color (decimal): -79989 or 9160702. OLE color: 9160702.

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

Color convert

RGB254199139-
CMYK00.220.450.00
HSL31.3º98.29%77.06%-
HSV(B)31.3º45.28%99.61%-
XYZ65.9663.7833.26-
YUV208.688.72160.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.91%
GREEN value IS 199 (78.12% from 255) = 33.61%
BLUE value IS 139 (54.69% from 255) = 23.48%
R=42.91%
G=33.61%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419913900.220.450.0031.398.2977.06
HexFEC78B0162D01f624d
Octal37630721302655037142115
Binary11111110110001111000101101011010110101111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC78B; }

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

 H1.HeaderClassName
 {
   color: #FEC78B;
 }
 .AnyTagClassName
 {
   color: #FEC78B;
 }
</style>
background-color css

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

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

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

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

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

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