Html Css Color HEX #F5D698 Splash

📋 copy color: '#F5D698'

red 245 ◦ green 214 ◦ blue 152

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

Shades of Splash #F5D698

Tints of Splash #F5D698

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.02%

 BLUE value IS 152 (59.77% from 255) = 24.88%

R = 40.1%
G = 35.02%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F5D698 (or 0xF5D698) is known color: Splash. HEX triplet: F5, D6 and 98. RGB value is (245,214,152). Sum of RGB (Red+Green+Blue) = 245+214+152=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 152 (59.77% from 255 or 24.88% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D698 is #0A2967. Grayscale: #D8D8D8. Windows color (decimal): -665960 or 10016501. OLE color: 10016501.

HSL color Cylindrical-coordinate representation of color #F5D698: hue angle of 40º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F5D698 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 214 152 -
CMYK 0 0.13 0.38 0.04
HSL 40º 0.82% 0.78% -
HSV(B) 40º 0.38% 0.96% -
XYZ 67.37 69.77 39.62 -
YUV 216.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 245 214 152 0 0.13 0.38 0.04 40 0.82 0.78
Hex F5 D6 98 0 D 26 4 28 52 4E
Octal 365 326 230 0 15 46 4 50 122 116
Binary 11110101 11010110 10011000 0 1101 100110 100 101000 1010010 1001110

Color Harmonies of #F5D698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D698

Black with #F5D698

Text Example


Text Example

White with #F5D698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D698; }

 p { color: rgb(245,214,152); }

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

background-color css

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

 a { background-color: rgb(245,214,152); }

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

border-color css

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

 span { border-color: rgb(245,214,152); }

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