#F5CD99

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

Shades of Peach-Orange #F5CD99

Tints of Peach-Orange #F5CD99

Color information

#F5CD99 (or 0xF5CD99) is unknown color: approx Peach-Orange. HEX triplet: F5, CD and 99. RGB value is (245,205,153). Sum of RGB (Red+Green+Blue) = 245+205+153=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 153 (60.16% from 255 or 25.37% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CD99 is #0A3266. Grayscale: #D3D3D3. Windows color (decimal): -668263 or 10079733. OLE color: 10079733.

HSL color Cylindrical-coordinate representation of color #F5CD99: hue angle of 33.91º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F5CD99 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB245205153-
CMYK00.160.380.04
HSL33.91º82.14%78.04%-
HSV(B)33.91º37.55%96.08%-
XYZ65.2465.3839.32-
YUV211.0395.25152.23-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.63%
GREEN value IS 205 (80.47% from 255) = 34.00%
BLUE value IS 153 (60.16% from 255) = 25.37%
R=40.63%
G=34.00%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520515300.160.380.0433.9182.1478.04
HexF5CD9901026422524e
Octal36531523102046442122116
Binary11110101110011011001100101000010011010010001010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CD99; }

 p { color: rgb(245,205,153); }

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

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

 a { background-color: rgb(245,205,153); }

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

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

 span { border-color: rgb(245,205,153); }

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