#F0D393

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

Shades of Splash #F0D393

Tints of Splash #F0D393

Color information

#F0D393 (or 0xF0D393) is unknown color: approx Splash. HEX triplet: F0, D3 and 93. RGB value is (240,211,147). Sum of RGB (Red+Green+Blue) = 240+211+147=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 147 (57.81% from 255 or 24.58% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D393 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D393 is #0F2C6C. Grayscale: #D4D4D4. Windows color (decimal): -994413 or 9688048. OLE color: 9688048.

HSL color Cylindrical-coordinate representation of color #F0D393: hue angle of 41.29º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F0D393 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB240211147-
CMYK00.120.390.06
HSL41.29º75.61%75.88%-
HSV(B)41.29º38.75%94.12%-
XYZ64.567.2237.18-
YUV212.3891.11147.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.13%
GREEN value IS 211 (82.81% from 255) = 35.28%
BLUE value IS 147 (57.81% from 255) = 24.58%
R=40.13%
G=35.28%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021114700.120.390.0641.2975.6175.88
HexF0D3930C276294c4c
Octal36032322301447651114114
Binary1111000011010011100100110110010011111010100110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D393; }

 p { color: rgb(240,211,147); }

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

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

 a { background-color: rgb(240,211,147); }

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

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

 span { border-color: rgb(240,211,147); }

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