#FDC790

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

Shades of Peach-Orange #FDC790

Tints of Peach-Orange #FDC790

Color information

#FDC790 (or 0xFDC790) is unknown color: approx Peach-Orange. HEX triplet: FD, C7 and 90. RGB value is (253,199,144). Sum of RGB (Red+Green+Blue) = 253+199+144=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 144 (56.64% from 255 or 24.16% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC790 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC790 is #02386F. Grayscale: #D1D1D1. Windows color (decimal): -145520 or 9488381. OLE color: 9488381.

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

Color convert

RGB253199144-
CMYK00.210.430.01
HSL30.28º96.46%77.84%-
HSV(B)30.28º43.08%99.22%-
XYZ65.9763.7435.21-
YUV208.8891.39159.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.45%
GREEN value IS 199 (78.12% from 255) = 33.39%
BLUE value IS 144 (56.64% from 255) = 24.16%
R=42.45%
G=33.39%
B=24.16%

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
Decimal25319914400.210.430.0130.2896.4677.84
HexFDC7900152B11e604e
Octal37530722002553136140116
Binary11111101110001111001000001010110101111111011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC790; }

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

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

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

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

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

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

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

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