#FDC78F

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

Shades of Peach-Orange #FDC78F

Tints of Peach-Orange #FDC78F

Color information

#FDC78F (or 0xFDC78F) is unknown color: approx Peach-Orange. HEX triplet: FD, C7 and 8F. RGB value is (253,199,143). Sum of RGB (Red+Green+Blue) = 253+199+143=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 143 (56.25% from 255 or 24.03% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC78F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC78F is #023870. Grayscale: #D1D1D1. Windows color (decimal): -145521 or 9422845. OLE color: 9422845.

HSL color Cylindrical-coordinate representation of color #FDC78F: hue angle of 30.55º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDC78F is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB253199143-
CMYK00.210.430.01
HSL30.55º96.49%77.65%-
HSV(B)30.55º43.48%99.22%-
XYZ65.8963.7134.81-
YUV208.7690.89159.55-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 199 (78.12% from 255) = 33.45%
BLUE value IS 143 (56.25% from 255) = 24.03%
R=42.52%
G=33.45%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319914300.210.430.0130.5596.4977.65
HexFDC78F0152B11f604e
Octal37530721702553137140116
Binary11111101110001111000111101010110101111111111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC78F; }

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

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

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

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

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

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

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

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