#FDCC92

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

Shades of Peach-Orange #FDCC92

Tints of Peach-Orange #FDCC92

Color information

#FDCC92 (or 0xFDCC92) is unknown color: approx Peach-Orange. HEX triplet: FD, CC and 92. RGB value is (253,204,146). Sum of RGB (Red+Green+Blue) = 253+204+146=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 146 (57.42% from 255 or 24.21% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCC92 is #02336D. Grayscale: #D4D4D4. Windows color (decimal): -144238 or 9620733. OLE color: 9620733.

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

Color convert

RGB253204146-
CMYK00.190.420.01
HSL32.52º96.4%78.24%-
HSV(B)32.52º42.29%99.22%-
XYZ67.2966.1436.41-
YUV212.0490.73157.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.96%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 146 (57.42% from 255) = 24.21%
R=41.96%
G=33.83%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320414600.190.420.0132.5296.478.24
HexFDCC920132A121604e
Octal37531422202352141140116
Binary111111011100110010010010010011101010110000111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCC92; }

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

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

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

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

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

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

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

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