#F3DA95

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

Shades of Splash #F3DA95

Tints of Splash #F3DA95

Color information

#F3DA95 (or 0xF3DA95) is unknown color: approx Splash. HEX triplet: F3, DA and 95. RGB value is (243,218,149). Sum of RGB (Red+Green+Blue) = 243+218+149=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 149 (58.59% from 255 or 24.43% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DA95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DA95 is #0C256A. Grayscale: #D9D9D9. Windows color (decimal): -796011 or 9820915. OLE color: 9820915.

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

Color convert

RGB243218149-
CMYK00.100.390.05
HSL44.04º79.66%76.86%-
HSV(B)44.04º38.68%95.29%-
XYZ67.4671.3738.65-
YUV217.6189.28146.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.84%
GREEN value IS 218 (85.55% from 255) = 35.74%
BLUE value IS 149 (58.59% from 255) = 24.43%
R=39.84%
G=35.74%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321814900.100.390.0544.0479.6676.86
HexF3DA950A2752c504d
Octal36333222501247554120115
Binary1111001111011010100101010101010011110110110010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DA95; }

 p { color: rgb(243,218,149); }

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

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

 a { background-color: rgb(243,218,149); }

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

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

 span { border-color: rgb(243,218,149); }

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