#F9C196

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

Shades of Romantic #F9C196

Tints of Romantic #F9C196

Color information

#F9C196 (or 0xF9C196) is unknown color: approx Romantic. HEX triplet: F9, C1 and 96. RGB value is (249,193,150). Sum of RGB (Red+Green+Blue) = 249+193+150=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 150 (58.98% from 255 or 25.34% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C196 is #063E69. Grayscale: #CDCDCD. Windows color (decimal): -409194 or 9880057. OLE color: 9880057.

HSL color Cylindrical-coordinate representation of color #F9C196: hue angle of 26.06º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F9C196 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB249193150-
CMYK00.220.400.02
HSL26.06º89.19%78.24%-
HSV(B)26.06º39.76%97.65%-
XYZ63.6460.4837.17-
YUV204.8497.05159.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.06%
GREEN value IS 193 (75.78% from 255) = 32.60%
BLUE value IS 150 (58.98% from 255) = 25.34%
R=42.06%
G=32.60%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919315000.220.400.0226.0689.1978.24
HexF9C1960162821a594e
Octal37130122602650232131116
Binary111110011100000110010110010110101000101101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C196; }

 p { color: rgb(249,193,150); }

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

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

 a { background-color: rgb(249,193,150); }

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

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

 span { border-color: rgb(249,193,150); }

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