Html Css Color HEX #F5D897 Splash

📋 copy color: '#F5D897'

red 245 ◦ green 216 ◦ blue 151

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

Shades of Splash #F5D897

Tints of Splash #F5D897

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.29%

 BLUE value IS 151 (59.38% from 255) = 24.67%

R = 40.03%
G = 35.29%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F5D897 (or 0xF5D897) is known color: Splash. HEX triplet: F5, D8 and 97. RGB value is (245,216,151). Sum of RGB (Red+Green+Blue) = 245+216+151=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 151 (59.38% from 255 or 24.67% from 612); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D897 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D897 is #0A2768. Grayscale: #D9D9D9. Windows color (decimal): -665449 or 9951477. OLE color: 9951477.

HSL color Cylindrical-coordinate representation of color #F5D897: hue angle of 41.49º 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 #F5D897 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 216 151 -
CMYK 0 0.12 0.38 0.04
HSL 41.49º 0.82% 0.78% -
HSV(B) 41.49º 0.38% 0.96% -
XYZ 67.8 70.76 39.36 -
YUV 217.26 90.61 147.79 -
System Red Green Blue C M Y K H S L
Decimal 245 216 151 0 0.12 0.38 0.04 41.49 0.82 0.78
Hex F5 D8 97 0 C 26 4 29 52 4E
Octal 365 330 227 0 14 46 4 51 122 116
Binary 11110101 11011000 10010111 0 1100 100110 100 101001 1010010 1001110

Color Harmonies of #F5D897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D897

Black with #F5D897

Text Example


Text Example

White with #F5D897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D897; }

 p { color: rgb(245,216,151); }

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

background-color css

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

 a { background-color: rgb(245,216,151); }

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

border-color css

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

 span { border-color: rgb(245,216,151); }

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