#FDC78B

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

Shades of Peach-Orange #FDC78B

Tints of Peach-Orange #FDC78B

Color information

#FDC78B (or 0xFDC78B) is unknown color: approx Peach-Orange. HEX triplet: FD, C7 and 8B. RGB value is (253,199,139). Sum of RGB (Red+Green+Blue) = 253+199+139=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 139 (54.69% from 255 or 23.52% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC78B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC78B is #023874. Grayscale: #D0D0D0. Windows color (decimal): -145525 or 9160701. OLE color: 9160701.

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

Color convert

RGB253199139-
CMYK00.210.450.01
HSL31.58º96.61%76.86%-
HSV(B)31.58º45.06%99.22%-
XYZ65.5963.5933.24-
YUV208.3188.89159.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.81%
GREEN value IS 199 (78.12% from 255) = 33.67%
BLUE value IS 139 (54.69% from 255) = 23.52%
R=42.81%
G=33.67%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319913900.210.450.0131.5896.6176.86
HexFDC78B0152D120614d
Octal37530721302555140141115
Binary111111011100011110001011010101101101110000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC78B; }

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

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

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

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

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

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

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

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