#FDC58B

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

Shades of Peach-Orange #FDC58B

Tints of Peach-Orange #FDC58B

Color information

#FDC58B (or 0xFDC58B) is unknown color: approx Peach-Orange. HEX triplet: FD, C5 and 8B. RGB value is (253,197,139). Sum of RGB (Red+Green+Blue) = 253+197+139=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC58B is #023A74. Grayscale: #CFCFCF. Windows color (decimal): -146037 or 9160189. OLE color: 9160189.

HSL color Cylindrical-coordinate representation of color #FDC58B: hue angle of 30.53º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDC58B is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB253197139-
CMYK00.220.450.01
HSL30.53º96.61%76.86%-
HSV(B)30.53º45.06%99.22%-
XYZ65.1362.6833.09-
YUV207.1389.55160.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.95%
GREEN value IS 197 (77.34% from 255) = 33.45%
BLUE value IS 139 (54.69% from 255) = 23.60%
R=42.95%
G=33.45%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319713900.220.450.0130.5396.6176.86
HexFDC58B0162D11f614d
Octal37530521302655137141115
Binary11111101110001011000101101011010110111111111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC58B; }

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

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

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

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

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

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

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

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