#F3DC9F

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

Shades of Splash #F3DC9F

Tints of Splash #F3DC9F

Color information

#F3DC9F (or 0xF3DC9F) is unknown color: approx Splash. HEX triplet: F3, DC and 9F. RGB value is (243,220,159). Sum of RGB (Red+Green+Blue) = 243+220+159=622 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.07% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 159 (62.5% from 255 or 25.56% from 622); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DC9F is #0C2360. Grayscale: #DCDCDC. Windows color (decimal): -795489 or 10476787. OLE color: 10476787.

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

Color convert

RGB243220159-
CMYK00.090.350.05
HSL43.57º77.78%78.82%-
HSV(B)43.57º34.57%95.29%-
XYZ68.8172.7443.22-
YUV219.9293.62144.46-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.07%
GREEN value IS 220 (86.33% from 255) = 35.37%
BLUE value IS 159 (62.5% from 255) = 25.56%
R=39.07%
G=35.37%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322015900.090.350.0543.5777.7878.82
HexF3DC9F092352c4e4f
Octal36333423701143554116117
Binary1111001111011100100111110100110001110110110010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DC9F; }

 p { color: rgb(243,220,159); }

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

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

 a { background-color: rgb(243,220,159); }

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

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

 span { border-color: rgb(243,220,159); }

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