Html Css Color HEX #F0D494 Splash

📋 copy color: '#F0D494'

red 240 ◦ green 212 ◦ blue 148

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

Shades of Splash #F0D494

Tints of Splash #F0D494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.67%

R = 40%
G = 35.33%
B = 24.67%

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

#F0D494 (or 0xF0D494) is known color: Splash. HEX triplet: F0, D4 and 94. RGB value is (240,212,148). Sum of RGB (Red+Green+Blue) = 240+212+148=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 148 (58.20% from 255 or 24.67% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D494 is #0F2B6B. Grayscale: #D5D5D5. Windows color (decimal): -994156 or 9753840. OLE color: 9753840.

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

Color convert

RGB 240 212 148 -
CMYK 0 0.12 0.38 0.06
HSL 41.74º 0.75% 0.76% -
HSV(B) 41.74º 0.38% 0.94% -
XYZ 64.82 67.75 37.68 -
YUV 213.08 91.28 147.2 -
System Red Green Blue C M Y K H S L
Decimal 240 212 148 0 0.12 0.38 0.06 41.74 0.75 0.76
Hex F0 D4 94 0 C 26 6 2A 4B 4C
Octal 360 324 224 0 14 46 6 52 113 114
Binary 11110000 11010100 10010100 0 1100 100110 110 101010 1001011 1001100

Color Harmonies of #F0D494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D494

Black with #F0D494

Text Example


Text Example

White with #F0D494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D494; }

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

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

background-color css

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

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

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

border-color css

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

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

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