Html Css Color HEX #F0D499 Splash

📋 copy color: '#F0D499'

red 240 ◦ green 212 ◦ blue 153

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

Shades of Splash #F0D499

Tints of Splash #F0D499

RGB

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

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

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

R = 39.67%
G = 35.04%
B = 25.29%

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

#F0D499 (or 0xF0D499) is known color: Splash. HEX triplet: F0, D4 and 99. RGB value is (240,212,153). Sum of RGB (Red+Green+Blue) = 240+212+153=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 153 (60.16% from 255 or 25.29% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D499 is #0F2B66. Grayscale: #D5D5D5. Windows color (decimal): -994151 or 10081520. OLE color: 10081520.

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

Color convert

RGB 240 212 153 -
CMYK 0 0.12 0.36 0.06
HSL 40.69º 0.74% 0.77% -
HSV(B) 40.69º 0.36% 0.94% -
XYZ 65.23 67.91 39.81 -
YUV 213.65 93.78 146.8 -
System Red Green Blue C M Y K H S L
Decimal 240 212 153 0 0.12 0.36 0.06 40.69 0.74 0.77
Hex F0 D4 99 0 C 24 6 29 4A 4D
Octal 360 324 231 0 14 44 6 51 112 115
Binary 11110000 11010100 10011001 0 1100 100100 110 101001 1001010 1001101

Color Harmonies of #F0D499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D499

Black with #F0D499

Text Example


Text Example

White with #F0D499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D499; }

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

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

background-color css

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

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

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

border-color css

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

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

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