#F7D995

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

Shades of Splash #F7D995

Tints of Splash #F7D995

Color information

#F7D995 (or 0xF7D995) is unknown color: approx Splash. HEX triplet: F7, D9 and 95. RGB value is (247,217,149). Sum of RGB (Red+Green+Blue) = 247+217+149=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 149 (58.59% from 255 or 24.31% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D995 is #08266A. Grayscale: #DADADA. Windows color (decimal): -534123 or 9820663. OLE color: 9820663.

HSL color Cylindrical-coordinate representation of color #F7D995: hue angle of 41.63º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F7D995 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB247217149-
CMYK00.120.400.03
HSL41.63º85.96%77.65%-
HSV(B)41.63º39.68%96.86%-
XYZ68.671.5738.63-
YUV218.2288.94148.53-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.29%
GREEN value IS 217 (85.16% from 255) = 35.40%
BLUE value IS 149 (58.59% from 255) = 24.31%
R=40.29%
G=35.40%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721714900.120.400.0341.6385.9677.65
HexF7D9950C2832a564e
Octal36733122501450352126116
Binary111101111101100110010101011001010001110101010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D995; }

 p { color: rgb(247,217,149); }

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

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

 a { background-color: rgb(247,217,149); }

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

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

 span { border-color: rgb(247,217,149); }

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