Html Css Color HEX #F5D99C Splash

📋 copy color: '#F5D99C'

red 245 ◦ green 217 ◦ blue 156

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

Shades of Splash #F5D99C

Tints of Splash #F5D99C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.11%

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

R = 39.64%
G = 35.11%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5D99C (or 0xF5D99C) is known color: Splash. HEX triplet: F5, D9 and 9C. RGB value is (245,217,156). Sum of RGB (Red+Green+Blue) = 245+217+156=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 156 (61.33% from 255 or 25.24% from 618); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D99C is #0A2663. Grayscale: #DADADA. Windows color (decimal): -665188 or 10279413. OLE color: 10279413.

HSL color Cylindrical-coordinate representation of color #F5D99C: hue angle of 41.12º degrees, saturation: 0.82, 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 #F5D99C is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 217 156 -
CMYK 0 0.11 0.36 0.04
HSL 41.12º 0.82% 0.79% -
HSV(B) 41.12º 0.36% 0.96% -
XYZ 68.47 71.44 41.63 -
YUV 218.42 92.78 146.96 -
System Red Green Blue C M Y K H S L
Decimal 245 217 156 0 0.11 0.36 0.04 41.12 0.82 0.79
Hex F5 D9 9C 0 B 24 4 29 52 4F
Octal 365 331 234 0 13 44 4 51 122 117
Binary 11110101 11011001 10011100 0 1011 100100 100 101001 1010010 1001111

Color Harmonies of #F5D99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D99C

Black with #F5D99C

Text Example


Text Example

White with #F5D99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D99C; }

 p { color: rgb(245,217,156); }

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

background-color css

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

 a { background-color: rgb(245,217,156); }

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

border-color css

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

 span { border-color: rgb(245,217,156); }

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