#F3D697

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

Shades of Splash #F3D697

Tints of Splash #F3D697

Color information

#F3D697 (or 0xF3D697) is unknown color: approx Splash. HEX triplet: F3, D6 and 97. RGB value is (243,214,151). Sum of RGB (Red+Green+Blue) = 243+214+151=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 151 (59.38% from 255 or 24.84% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D697 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D697 is #0C2968. Grayscale: #D7D7D7. Windows color (decimal): -797033 or 9950963. OLE color: 9950963.

HSL color Cylindrical-coordinate representation of color #F3D697: hue angle of 41.09º 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 #F3D697 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB243214151-
CMYK00.120.380.05
HSL41.09º79.31%77.25%-
HSV(B)41.09º37.86%95.29%-
XYZ66.5969.3839.16-
YUV215.4991.61147.62-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.97%
GREEN value IS 214 (83.98% from 255) = 35.20%
BLUE value IS 151 (59.38% from 255) = 24.84%
R=39.97%
G=35.20%
B=24.84%

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
Decimal24321415100.120.380.0541.0979.3177.25
HexF3D6970C265294f4d
Octal36332622701446551117115
Binary1111001111010110100101110110010011010110100110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D697; }

 p { color: rgb(243,214,151); }

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

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

 a { background-color: rgb(243,214,151); }

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

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

 span { border-color: rgb(243,214,151); }

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