Html Css Color HEX #F0D299 Splash

📋 copy color: '#F0D299'

red 240 ◦ green 210 ◦ blue 153

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

Shades of Splash #F0D299

Tints of Splash #F0D299

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.83%

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

R = 39.8%
G = 34.83%
B = 25.37%

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

#F0D299 (or 0xF0D299) is known color: Splash. HEX triplet: F0, D2 and 99. RGB value is (240,210,153). Sum of RGB (Red+Green+Blue) = 240+210+153=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 153 (60.16% from 255 or 25.37% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D299 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D299 is #0F2D66. Grayscale: #D4D4D4. Windows color (decimal): -994663 or 10081008. OLE color: 10081008.

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

Color convert

RGB 240 210 153 -
CMYK 0 0.12 0.36 0.06
HSL 39.31º 0.74% 0.77% -
HSV(B) 39.31º 0.36% 0.94% -
XYZ 64.73 66.92 39.64 -
YUV 212.47 94.44 147.63 -
System Red Green Blue C M Y K H S L
Decimal 240 210 153 0 0.12 0.36 0.06 39.31 0.74 0.77
Hex F0 D2 99 0 C 24 6 27 4A 4D
Octal 360 322 231 0 14 44 6 47 112 115
Binary 11110000 11010010 10011001 0 1100 100100 110 100111 1001010 1001101

Color Harmonies of #F0D299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D299

Black with #F0D299

Text Example


Text Example

White with #F0D299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D299; }

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

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

background-color css

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

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

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

border-color css

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

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

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