#F5CC96

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

Shades of Peach-Orange #F5CC96

Tints of Peach-Orange #F5CC96

Color information

#F5CC96 (or 0xF5CC96) is unknown color: approx Peach-Orange. HEX triplet: F5, CC and 96. RGB value is (245,204,150). Sum of RGB (Red+Green+Blue) = 245+204+150=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 150 (58.98% from 255 or 25.04% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CC96 is #0A3369. Grayscale: #D2D2D2. Windows color (decimal): -668522 or 9882869. OLE color: 9882869.

HSL color Cylindrical-coordinate representation of color #F5CC96: hue angle of 34.11º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F5CC96 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB245204150-
CMYK00.170.390.04
HSL34.11º82.61%77.45%-
HSV(B)34.11º38.78%96.08%-
XYZ64.7564.837.95-
YUV210.194.08152.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.90%
GREEN value IS 204 (80.08% from 255) = 34.06%
BLUE value IS 150 (58.98% from 255) = 25.04%
R=40.90%
G=34.06%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520415000.170.390.0434.1182.6177.45
HexF5CC9601127422534d
Octal36531422602147442123115
Binary11110101110011001001011001000110011110010001010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CC96; }

 p { color: rgb(245,204,150); }

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

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

 a { background-color: rgb(245,204,150); }

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

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

 span { border-color: rgb(245,204,150); }

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