Html Css Color HEX #F0D59E Splash

📋 copy color: '#F0D59E'

red 240 ◦ green 213 ◦ blue 158

#F0D59E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Splash #F0D59E

Tints of Splash #F0D59E

RGB

 RED value IS 240 (94.14% from 255) = 39.28%

 GREEN value IS 213 (83.59% from 255) = 34.86%

 BLUE value IS 158 (62.11% from 255) = 25.86%

R = 39.28%
G = 34.86%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0D59E (or 0xF0D59E) is known color: Splash. HEX triplet: F0, D5 and 9E. RGB value is (240,213,158). Sum of RGB (Red+Green+Blue) = 240+213+158=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 213 (83.59% from 255 or 34.86% from 611); Blue value is 158 (62.11% from 255 or 25.86% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D59E is #0F2A61. Grayscale: #D7D7D7. Windows color (decimal): -993890 or 10409456. OLE color: 10409456.

HSL color Cylindrical-coordinate representation of color #F0D59E: hue angle of 40.24º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0D59E is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 213 158 -
CMYK 0 0.11 0.34 0.06
HSL 40.24º 0.73% 0.78% -
HSV(B) 40.24º 0.34% 0.94% -
XYZ 65.9 68.58 42.11 -
YUV 214.8 95.95 145.97 -
System Red Green Blue C M Y K H S L
Decimal 240 213 158 0 0.11 0.34 0.06 40.24 0.73 0.78
Hex F0 D5 9E 0 B 22 6 28 49 4E
Octal 360 325 236 0 13 42 6 50 111 116
Binary 11110000 11010101 10011110 0 1011 100010 110 101000 1001001 1001110

Color Harmonies of #F0D59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D59E

Black with #F0D59E

Text Example


Text Example

White with #F0D59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D59E; }

 p { color: rgb(240,213,158); }

 H1.HeaderClassName
 {
   color: #F0D59E;
 }
 .AnyTagClassName
 {
   color: #F0D59E;
 }
</style>

background-color css

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

 a { background-color: rgb(240,213,158); }

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

border-color css

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

 span { border-color: rgb(240,213,158); }

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