Html Css Color HEX #F0D59C Splash

📋 copy color: '#F0D59C'

red 240 ◦ green 213 ◦ blue 156

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

Shades of Splash #F0D59C

Tints of Splash #F0D59C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.62%

R = 39.41%
G = 34.98%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0D59C (or 0xF0D59C) is known color: Splash. HEX triplet: F0, D5 and 9C. RGB value is (240,213,156). Sum of RGB (Red+Green+Blue) = 240+213+156=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 156 (61.33% from 255 or 25.62% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D59C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D59C is #0F2A63. Grayscale: #D6D6D6. Windows color (decimal): -993892 or 10278384. OLE color: 10278384.

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

Color convert

RGB 240 213 156 -
CMYK 0 0.11 0.35 0.06
HSL 40.71º 0.74% 0.78% -
HSV(B) 40.71º 0.35% 0.94% -
XYZ 65.73 68.51 41.21 -
YUV 214.58 94.95 146.13 -
System Red Green Blue C M Y K H S L
Decimal 240 213 156 0 0.11 0.35 0.06 40.71 0.74 0.78
Hex F0 D5 9C 0 B 23 6 29 4A 4E
Octal 360 325 234 0 13 43 6 51 112 116
Binary 11110000 11010101 10011100 0 1011 100011 110 101001 1001010 1001110

Color Harmonies of #F0D59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D59C

Black with #F0D59C

Text Example


Text Example

White with #F0D59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D59C; }

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

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

background-color css

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

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

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

border-color css

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

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

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