Html Css Color HEX #F0D399 Splash

📋 copy color: '#F0D399'

red 240 ◦ green 211 ◦ blue 153

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

Shades of Splash #F0D399

Tints of Splash #F0D399

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.93%

 BLUE value IS 153 (60.16% from 255) = 25.33%

R = 39.74%
G = 34.93%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0D399 (or 0xF0D399) is known color: Splash. HEX triplet: F0, D3 and 99. RGB value is (240,211,153). Sum of RGB (Red+Green+Blue) = 240+211+153=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 153 (60.16% from 255 or 25.33% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D399 is #0F2C66. Grayscale: #D5D5D5. Windows color (decimal): -994407 or 10081264. OLE color: 10081264.

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

Color convert

RGB 240 211 153 -
CMYK 0 0.12 0.36 0.06
HSL 40º 0.74% 0.77% -
HSV(B) 40º 0.36% 0.94% -
XYZ 64.98 67.41 39.72 -
YUV 213.06 94.11 147.22 -
System Red Green Blue C M Y K H S L
Decimal 240 211 153 0 0.12 0.36 0.06 40 0.74 0.77
Hex F0 D3 99 0 C 24 6 28 4A 4D
Octal 360 323 231 0 14 44 6 50 112 115
Binary 11110000 11010011 10011001 0 1100 100100 110 101000 1001010 1001101

Color Harmonies of #F0D399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D399

Black with #F0D399

Text Example


Text Example

White with #F0D399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D399; }

 p { color: rgb(240,211,153); }

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

background-color css

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

 a { background-color: rgb(240,211,153); }

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

border-color css

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

 span { border-color: rgb(240,211,153); }

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