#FCC597

Color #FCC597 Romantic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Romantic #FCC597

Tints of Romantic #FCC597

Color information

#FCC597 (or 0xFCC597) is unknown color: approx Romantic. HEX triplet: FC, C5 and 97. RGB value is (252,197,151). Sum of RGB (Red+Green+Blue) = 252+197+151=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 151 (59.38% from 255 or 25.17% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC597 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC597 is #033A68. Grayscale: #D0D0D0. Windows color (decimal): -211561 or 9946620. OLE color: 9946620.

HSL color Cylindrical-coordinate representation of color #FCC597: hue angle of 27.33º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCC597 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB252197151-
CMYK00.220.400.01
HSL27.33º94.39%79.02%-
HSV(B)27.33º40.08%98.82%-
XYZ65.762.8637.95-
YUV208.295.72159.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42%
GREEN value IS 197 (77.34% from 255) = 32.83%
BLUE value IS 151 (59.38% from 255) = 25.17%
R=42%
G=32.83%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219715100.220.400.0127.3394.3979.02
HexFCC5970162811b5e4f
Octal37430522702650133136117
Binary11111100110001011001011101011010100011101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC597; }

 p { color: rgb(252,197,151); }

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

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

 a { background-color: rgb(252,197,151); }

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

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

 span { border-color: rgb(252,197,151); }

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