Html Css Color HEX #F5D79D Splash

📋 copy color: '#F5D79D'

red 245 ◦ green 215 ◦ blue 157

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

Shades of Splash #F5D79D

Tints of Splash #F5D79D

RGB

 RED value IS 245 (96.09% from 255) = 39.71%

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

 BLUE value IS 157 (61.72% from 255) = 25.45%

R = 39.71%
G = 34.85%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5D79D (or 0xF5D79D) is known color: Splash. HEX triplet: F5, D7 and 9D. RGB value is (245,215,157). Sum of RGB (Red+Green+Blue) = 245+215+157=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 215 (84.38% from 255 or 34.85% from 617); Blue value is 157 (61.72% from 255 or 25.45% from 617); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D79D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D79D is #0A2862. Grayscale: #D9D9D9. Windows color (decimal): -665699 or 10344437. OLE color: 10344437.

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

Color convert

RGB 245 215 157 -
CMYK 0 0.12 0.36 0.04
HSL 39.55º 0.81% 0.79% -
HSV(B) 39.55º 0.36% 0.96% -
XYZ 68.04 70.45 41.91 -
YUV 217.36 93.94 147.72 -
System Red Green Blue C M Y K H S L
Decimal 245 215 157 0 0.12 0.36 0.04 39.55 0.81 0.79
Hex F5 D7 9D 0 C 24 4 28 51 4F
Octal 365 327 235 0 14 44 4 50 121 117
Binary 11110101 11010111 10011101 0 1100 100100 100 101000 1010001 1001111

Color Harmonies of #F5D79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D79D

Black with #F5D79D

Text Example


Text Example

White with #F5D79D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D79D; }

 p { color: rgb(245,215,157); }

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

background-color css

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

 a { background-color: rgb(245,215,157); }

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

border-color css

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

 span { border-color: rgb(245,215,157); }

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