#FDC692

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

Shades of Peach-Orange #FDC692

Tints of Peach-Orange #FDC692

Color information

#FDC692 (or 0xFDC692) is unknown color: approx Peach-Orange. HEX triplet: FD, C6 and 92. RGB value is (253,198,146). Sum of RGB (Red+Green+Blue) = 253+198+146=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 146 (57.42% from 255 or 24.46% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC692 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC692 is #02396D. Grayscale: #D0D0D0. Windows color (decimal): -145774 or 9619197. OLE color: 9619197.

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

Color convert

RGB253198146-
CMYK00.220.420.01
HSL29.16º96.4%78.24%-
HSV(B)29.16º42.29%99.22%-
XYZ65.8963.3535.95-
YUV208.5292.72159.73-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.38%
GREEN value IS 198 (77.73% from 255) = 33.17%
BLUE value IS 146 (57.42% from 255) = 24.46%
R=42.38%
G=33.17%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319814600.220.420.0129.1696.478.24
HexFDC6920162A11d604e
Octal37530622202652135140116
Binary11111101110001101001001001011010101011110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC692; }

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

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

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

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

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

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

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

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