Html Css Color HEX #F0D495 Splash

📋 copy color: '#F0D495'

red 240 ◦ green 212 ◦ blue 149

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

Shades of Splash #F0D495

Tints of Splash #F0D495

RGB

 RED value IS 240 (94.14% from 255) = 39.93%

 GREEN value IS 212 (83.2% from 255) = 35.27%

 BLUE value IS 149 (58.59% from 255) = 24.79%

R = 39.93%
G = 35.27%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F0D495 (or 0xF0D495) is known color: Splash. HEX triplet: F0, D4 and 95. RGB value is (240,212,149). Sum of RGB (Red+Green+Blue) = 240+212+149=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 149 (58.59% from 255 or 24.79% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D495 is #0F2B6A. Grayscale: #D5D5D5. Windows color (decimal): -994155 or 9819376. OLE color: 9819376.

HSL color Cylindrical-coordinate representation of color #F0D495: hue angle of 41.54º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0D495 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 212 149 -
CMYK 0 0.12 0.38 0.06
HSL 41.54º 0.75% 0.76% -
HSV(B) 41.54º 0.38% 0.94% -
XYZ 64.9 67.78 38.1 -
YUV 213.19 91.78 147.12 -
System Red Green Blue C M Y K H S L
Decimal 240 212 149 0 0.12 0.38 0.06 41.54 0.75 0.76
Hex F0 D4 95 0 C 26 6 2A 4B 4C
Octal 360 324 225 0 14 46 6 52 113 114
Binary 11110000 11010100 10010101 0 1100 100110 110 101010 1001011 1001100

Color Harmonies of #F0D495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D495

Black with #F0D495

Text Example


Text Example

White with #F0D495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D495; }

 p { color: rgb(240,212,149); }

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

background-color css

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

 a { background-color: rgb(240,212,149); }

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

border-color css

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

 span { border-color: rgb(240,212,149); }

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