#F5CC95

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

Shades of Peach-Orange #F5CC95

Tints of Peach-Orange #F5CC95

Color information

#F5CC95 (or 0xF5CC95) is unknown color: approx Peach-Orange. HEX triplet: F5, CC and 95. RGB value is (245,204,149). Sum of RGB (Red+Green+Blue) = 245+204+149=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CC95 is #0A336A. Grayscale: #D2D2D2. Windows color (decimal): -668523 or 9817333. OLE color: 9817333.

HSL color Cylindrical-coordinate representation of color #F5CC95: hue angle of 34.38º 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 #F5CC95 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB245204149-
CMYK00.170.390.04
HSL34.38º82.76%77.25%-
HSV(B)34.38º39.18%96.08%-
XYZ64.6764.7737.53-
YUV209.9993.58152.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.97%
GREEN value IS 204 (80.08% from 255) = 34.11%
BLUE value IS 149 (58.59% from 255) = 24.92%
R=40.97%
G=34.11%
B=24.92%

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
Decimal24520414900.170.390.0434.3882.7677.25
HexF5CC9501127422534d
Octal36531422502147442123115
Binary11110101110011001001010101000110011110010001010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CC95; }

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

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

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

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

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

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

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

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