#F3D99C

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

Shades of Splash #F3D99C

Tints of Splash #F3D99C

Color information

#F3D99C (or 0xF3D99C) is unknown color: approx Splash. HEX triplet: F3, D9 and 9C. RGB value is (243,217,156). Sum of RGB (Red+Green+Blue) = 243+217+156=616 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.45% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 156 (61.33% from 255 or 25.32% from 616); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D99C is #0C2663. Grayscale: #DADADA. Windows color (decimal): -796260 or 10279411. OLE color: 10279411.

HSL color Cylindrical-coordinate representation of color #F3D99C: hue angle of 42.07º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F3D99C is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB243217156-
CMYK00.110.360.05
HSL42.07º78.38%78.24%-
HSV(B)42.07º35.8%95.29%-
XYZ67.7871.0841.6-
YUV217.8293.11145.96-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.45%
GREEN value IS 217 (85.16% from 255) = 35.23%
BLUE value IS 156 (61.33% from 255) = 25.32%
R=39.45%
G=35.23%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321715600.110.360.0542.0778.3878.24
HexF3D99C0B2452a4e4e
Octal36333123401344552116116
Binary1111001111011001100111000101110010010110101010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D99C; }

 p { color: rgb(243,217,156); }

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

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

 a { background-color: rgb(243,217,156); }

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

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

 span { border-color: rgb(243,217,156); }

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