#FEC58B

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

Shades of Peach-Orange #FEC58B

Tints of Peach-Orange #FEC58B

Color information

#FEC58B (or 0xFEC58B) is unknown color: approx Peach-Orange. HEX triplet: FE, C5 and 8B. RGB value is (254,197,139). Sum of RGB (Red+Green+Blue) = 254+197+139=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 139 (54.69% from 255 or 23.56% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC58B is #013A74. Grayscale: #CFCFCF. Windows color (decimal): -80501 or 9160190. OLE color: 9160190.

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

Color convert

RGB254197139-
CMYK00.220.450.00
HSL30.26º98.29%77.06%-
HSV(B)30.26º45.28%99.61%-
XYZ65.562.8733.11-
YUV207.4389.38161.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.05%
GREEN value IS 197 (77.34% from 255) = 33.39%
BLUE value IS 139 (54.69% from 255) = 23.56%
R=43.05%
G=33.39%
B=23.56%

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
Decimal25419713900.220.450.0030.2698.2977.06
HexFEC58B0162D01e624d
Octal37630521302655036142115
Binary11111110110001011000101101011010110101111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC58B; }

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

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

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

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

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

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

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

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