Html Css Color HEX #F8D79E Splash

📋 copy color: '#F8D79E'

red 248 ◦ green 215 ◦ blue 158

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

Shades of Splash #F8D79E

Tints of Splash #F8D79E

RGB

 RED value IS 248 (97.27% from 255) = 39.94%

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

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

R = 39.94%
G = 34.62%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F8D79E (or 0xF8D79E) is known color: Splash. HEX triplet: F8, D7 and 9E. RGB value is (248,215,158). Sum of RGB (Red+Green+Blue) = 248+215+158=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 215 (84.38% from 255 or 34.62% from 621); Blue value is 158 (62.11% from 255 or 25.44% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D79E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D79E is #072861. Grayscale: #DADADA. Windows color (decimal): -469090 or 10409976. OLE color: 10409976.

HSL color Cylindrical-coordinate representation of color #F8D79E: hue angle of 38º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F8D79E is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 215 158 -
CMYK 0 0.13 0.36 0.03
HSL 38º 0.87% 0.8% -
HSV(B) 38º 0.36% 0.97% -
XYZ 69.18 71.03 42.41 -
YUV 218.37 93.93 149.13 -
System Red Green Blue C M Y K H S L
Decimal 248 215 158 0 0.13 0.36 0.03 38 0.87 0.8
Hex F8 D7 9E 0 D 24 3 26 57 50
Octal 370 327 236 0 15 44 3 46 127 120
Binary 11111000 11010111 10011110 0 1101 100100 11 100110 1010111 1010000

Color Harmonies of #F8D79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D79E

Black with #F8D79E

Text Example


Text Example

White with #F8D79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D79E; }

 p { color: rgb(248,215,158); }

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

background-color css

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

 a { background-color: rgb(248,215,158); }

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

border-color css

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

 span { border-color: rgb(248,215,158); }

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