#F1DA99

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

Shades of Splash #F1DA99

Tints of Splash #F1DA99

Color information

#F1DA99 (or 0xF1DA99) is unknown color: approx Splash. HEX triplet: F1, DA and 99. RGB value is (241,218,153). Sum of RGB (Red+Green+Blue) = 241+218+153=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 153 (60.16% from 255 or 25% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DA99 is #0E2566. Grayscale: #D9D9D9. Windows color (decimal): -927079 or 10083057. OLE color: 10083057.

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

Color convert

RGB241218153-
CMYK00.100.370.05
HSL44.32º75.86%77.25%-
HSV(B)44.32º36.51%94.51%-
XYZ67.171.1440.33-
YUV217.4791.62144.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.38%
GREEN value IS 218 (85.55% from 255) = 35.62%
BLUE value IS 153 (60.16% from 255) = 25%
R=39.38%
G=35.62%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121815300.100.370.0544.3275.8677.25
HexF1DA990A2552c4c4d
Octal36133223101245554114115
Binary1111000111011010100110010101010010110110110010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DA99; }

 p { color: rgb(241,218,153); }

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

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

 a { background-color: rgb(241,218,153); }

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

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

 span { border-color: rgb(241,218,153); }

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