Html Css Color HEX #F2D899 Splash

📋 copy color: '#F2D899'

red 242 ◦ green 216 ◦ blue 153

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

Shades of Splash #F2D899

Tints of Splash #F2D899

RGB

 RED value IS 242 (94.92% from 255) = 39.61%

 GREEN value IS 216 (84.77% from 255) = 35.35%

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

R = 39.61%
G = 35.35%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F2D899 (or 0xF2D899) is known color: Splash. HEX triplet: F2, D8 and 99. RGB value is (242,216,153). Sum of RGB (Red+Green+Blue) = 242+216+153=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 153 (60.16% from 255 or 25.04% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D899 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D899 is #0D2766. Grayscale: #D8D8D8. Windows color (decimal): -862055 or 10082546. OLE color: 10082546.

HSL color Cylindrical-coordinate representation of color #F2D899: hue angle of 42.47º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2D899 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 216 153 -
CMYK 0 0.11 0.37 0.05
HSL 42.47º 0.77% 0.77% -
HSV(B) 42.47º 0.37% 0.95% -
XYZ 66.92 70.29 40.18 -
YUV 216.59 92.11 146.12 -
System Red Green Blue C M Y K H S L
Decimal 242 216 153 0 0.11 0.37 0.05 42.47 0.77 0.77
Hex F2 D8 99 0 B 25 5 2A 4D 4D
Octal 362 330 231 0 13 45 5 52 115 115
Binary 11110010 11011000 10011001 0 1011 100101 101 101010 1001101 1001101

Color Harmonies of #F2D899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D899

Black with #F2D899

Text Example


Text Example

White with #F2D899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D899; }

 p { color: rgb(242,216,153); }

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

background-color css

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

 a { background-color: rgb(242,216,153); }

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

border-color css

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

 span { border-color: rgb(242,216,153); }

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