#F3D596

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

Shades of Splash #F3D596

Tints of Splash #F3D596

Color information

#F3D596 (or 0xF3D596) is unknown color: approx Splash. HEX triplet: F3, D5 and 96. RGB value is (243,213,150). Sum of RGB (Red+Green+Blue) = 243+213+150=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 150 (58.98% from 255 or 24.75% from 606); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D596 is #0C2A69. Grayscale: #D7D7D7. Windows color (decimal): -797290 or 9885171. OLE color: 9885171.

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

Color convert

RGB243213150-
CMYK00.120.380.05
HSL40.65º79.49%77.06%-
HSV(B)40.65º38.27%95.29%-
XYZ66.2668.8538.65-
YUV214.7991.44148.12-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.10%
GREEN value IS 213 (83.59% from 255) = 35.15%
BLUE value IS 150 (58.98% from 255) = 24.75%
R=40.10%
G=35.15%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321315000.120.380.0540.6579.4977.06
HexF3D5960C265294f4d
Octal36332522601446551117115
Binary1111001111010101100101100110010011010110100110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D596; }

 p { color: rgb(243,213,150); }

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

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

 a { background-color: rgb(243,213,150); }

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

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

 span { border-color: rgb(243,213,150); }

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