Html Css Color HEX #F5D890 Splash

📋 copy color: '#F5D890'

red 245 ◦ green 216 ◦ blue 144

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

Shades of Splash #F5D890

Tints of Splash #F5D890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 23.8%

R = 40.5%
G = 35.7%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F5D890 (or 0xF5D890) is known color: Splash. HEX triplet: F5, D8 and 90. RGB value is (245,216,144). Sum of RGB (Red+Green+Blue) = 245+216+144=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 144 (56.64% from 255 or 23.80% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D890 is #0A276F. Grayscale: #D8D8D8. Windows color (decimal): -665456 or 9492725. OLE color: 9492725.

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

Color convert

RGB 245 216 144 -
CMYK 0 0.12 0.41 0.04
HSL 42.77º 0.83% 0.76% -
HSV(B) 42.77º 0.41% 0.96% -
XYZ 67.25 70.54 36.46 -
YUV 216.46 87.11 148.35 -
System Red Green Blue C M Y K H S L
Decimal 245 216 144 0 0.12 0.41 0.04 42.77 0.83 0.76
Hex F5 D8 90 0 C 29 4 2B 53 4C
Octal 365 330 220 0 14 51 4 53 123 114
Binary 11110101 11011000 10010000 0 1100 101001 100 101011 1010011 1001100

Color Harmonies of #F5D890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D890

Black with #F5D890

Text Example


Text Example

White with #F5D890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D890; }

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

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

background-color css

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

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

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

border-color css

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

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

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