#F5CC94

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

Shades of Peach-Orange #F5CC94

Tints of Peach-Orange #F5CC94

Color information

#F5CC94 (or 0xF5CC94) is unknown color: approx Peach-Orange. HEX triplet: F5, CC and 94. RGB value is (245,204,148). Sum of RGB (Red+Green+Blue) = 245+204+148=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 148 (58.20% from 255 or 24.79% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CC94 is #0A336B. Grayscale: #D2D2D2. Windows color (decimal): -668524 or 9751797. OLE color: 9751797.

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

Color convert

RGB245204148-
CMYK00.170.400.04
HSL34.64º82.91%77.06%-
HSV(B)34.64º39.59%96.08%-
XYZ64.5964.7437.11-
YUV209.8893.08153.05-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.04%
GREEN value IS 204 (80.08% from 255) = 34.17%
BLUE value IS 148 (58.20% from 255) = 24.79%
R=41.04%
G=34.17%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520414800.170.400.0434.6482.9177.06
HexF5CC9401128423534d
Octal36531422402150443123115
Binary11110101110011001001010001000110100010010001110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CC94; }

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

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

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

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

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

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

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

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