Html Css Color HEX #F0D79C Splash

📋 copy color: '#F0D79C'

red 240 ◦ green 215 ◦ blue 156

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

Shades of Splash #F0D79C

Tints of Splash #F0D79C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.19%

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

R = 39.28%
G = 35.19%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0D79C (or 0xF0D79C) is known color: Splash. HEX triplet: F0, D7 and 9C. RGB value is (240,215,156). Sum of RGB (Red+Green+Blue) = 240+215+156=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 156 (61.33% from 255 or 25.53% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D79C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D79C is #0F2863. Grayscale: #D8D8D8. Windows color (decimal): -993380 or 10278896. OLE color: 10278896.

HSL color Cylindrical-coordinate representation of color #F0D79C: hue angle of 42.14º 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 #F0D79C is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 215 156 -
CMYK 0 0.10 0.35 0.06
HSL 42.14º 0.74% 0.78% -
HSV(B) 42.14º 0.35% 0.94% -
XYZ 66.24 69.53 41.38 -
YUV 215.75 94.28 145.3 -
System Red Green Blue C M Y K H S L
Decimal 240 215 156 0 0.10 0.35 0.06 42.14 0.74 0.78
Hex F0 D7 9C 0 A 23 6 2A 4A 4E
Octal 360 327 234 0 12 43 6 52 112 116
Binary 11110000 11010111 10011100 0 1010 100011 110 101010 1001010 1001110

Color Harmonies of #F0D79C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D79C

Black with #F0D79C

Text Example


Text Example

White with #F0D79C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D79C; }

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

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

background-color css

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

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

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

border-color css

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

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

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