Html Css Color HEX #F0D59A Splash

📋 copy color: '#F0D59A'

red 240 ◦ green 213 ◦ blue 154

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

Shades of Splash #F0D59A

Tints of Splash #F0D59A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.09%

 BLUE value IS 154 (60.55% from 255) = 25.37%

R = 39.54%
G = 35.09%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0D59A (or 0xF0D59A) is known color: Splash. HEX triplet: F0, D5 and 9A. RGB value is (240,213,154). Sum of RGB (Red+Green+Blue) = 240+213+154=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D59A is #0F2A65. Grayscale: #D6D6D6. Windows color (decimal): -993894 or 10147312. OLE color: 10147312.

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

Color convert

RGB 240 213 154 -
CMYK 0 0.11 0.36 0.06
HSL 41.16º 0.74% 0.77% -
HSV(B) 41.16º 0.36% 0.94% -
XYZ 65.56 68.45 40.33 -
YUV 214.35 93.95 146.3 -
System Red Green Blue C M Y K H S L
Decimal 240 213 154 0 0.11 0.36 0.06 41.16 0.74 0.77
Hex F0 D5 9A 0 B 24 6 29 4A 4D
Octal 360 325 232 0 13 44 6 51 112 115
Binary 11110000 11010101 10011010 0 1011 100100 110 101001 1001010 1001101

Color Harmonies of #F0D59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D59A

Black with #F0D59A

Text Example


Text Example

White with #F0D59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D59A; }

 p { color: rgb(240,213,154); }

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

background-color css

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

 a { background-color: rgb(240,213,154); }

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

border-color css

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

 span { border-color: rgb(240,213,154); }

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