#FDC792

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

Shades of Peach-Orange #FDC792

Tints of Peach-Orange #FDC792

Color information

#FDC792 (or 0xFDC792) is unknown color: approx Peach-Orange. HEX triplet: FD, C7 and 92. RGB value is (253,199,146). Sum of RGB (Red+Green+Blue) = 253+199+146=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC792 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC792 is #02386D. Grayscale: #D1D1D1. Windows color (decimal): -145518 or 9619453. OLE color: 9619453.

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

Color convert

RGB253199146-
CMYK00.210.420.01
HSL29.72º96.4%78.24%-
HSV(B)29.72º42.29%99.22%-
XYZ66.1263.836.02-
YUV209.192.39159.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.31%
GREEN value IS 199 (78.12% from 255) = 33.28%
BLUE value IS 146 (57.42% from 255) = 24.41%
R=42.31%
G=33.28%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319914600.210.420.0129.7296.478.24
HexFDC7920152A11e604e
Octal37530722202552136140116
Binary11111101110001111001001001010110101011111011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC792; }

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

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

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

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

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

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

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

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