#F6D39A

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

Shades of Splash #F6D39A

Tints of Splash #F6D39A

Color information

#F6D39A (or 0xF6D39A) is unknown color: approx Splash. HEX triplet: F6, D3 and 9A. RGB value is (246,211,154). Sum of RGB (Red+Green+Blue) = 246+211+154=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 154 (60.55% from 255 or 25.20% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D39A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D39A is #092C65. Grayscale: #D7D7D7. Windows color (decimal): -601190 or 10146806. OLE color: 10146806.

HSL color Cylindrical-coordinate representation of color #F6D39A: hue angle of 37.17º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6D39A is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB246211154-
CMYK00.140.370.04
HSL37.17º83.64%78.43%-
HSV(B)37.17º37.4%96.47%-
XYZ67.1368.5140.26-
YUV214.9793.6150.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.26%
GREEN value IS 211 (82.81% from 255) = 34.53%
BLUE value IS 154 (60.55% from 255) = 25.20%
R=40.26%
G=34.53%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621115400.140.370.0437.1783.6478.43
HexF6D39A0E25425544e
Octal36632323201645445124116
Binary1111011011010011100110100111010010110010010110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D39A; }

 p { color: rgb(246,211,154); }

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

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

 a { background-color: rgb(246,211,154); }

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

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

 span { border-color: rgb(246,211,154); }

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