#F4D098

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

Shades of Splash #F4D098

Tints of Splash #F4D098

Color information

#F4D098 (or 0xF4D098) is unknown color: approx Splash. HEX triplet: F4, D0 and 98. RGB value is (244,208,152). Sum of RGB (Red+Green+Blue) = 244+208+152=604 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.40% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 152 (59.77% from 255 or 25.17% from 604); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D098 is #0B2F67. Grayscale: #D4D4D4. Windows color (decimal): -733032 or 10014964. OLE color: 10014964.

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

Color convert

RGB244208152-
CMYK00.150.380.04
HSL36.52º80.7%77.65%-
HSV(B)36.52º37.7%95.69%-
XYZ65.5366.6139.11-
YUV212.3893.93150.55-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.40%
GREEN value IS 208 (81.64% from 255) = 34.44%
BLUE value IS 152 (59.77% from 255) = 25.17%
R=40.40%
G=34.44%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420815200.150.380.0436.5280.777.65
HexF4D0980F26425514e
Octal36432023001746445121116
Binary1111010011010000100110000111110011010010010110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D098; }

 p { color: rgb(244,208,152); }

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

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

 a { background-color: rgb(244,208,152); }

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

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

 span { border-color: rgb(244,208,152); }

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