Html Css Color HEX #F2D59F Splash

📋 copy color: '#F2D59F'

red 242 ◦ green 213 ◦ blue 159

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

Shades of Splash #F2D59F

Tints of Splash #F2D59F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 25.9%

R = 39.41%
G = 34.69%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2D59F (or 0xF2D59F) is known color: Splash. HEX triplet: F2, D5 and 9F. RGB value is (242,213,159). Sum of RGB (Red+Green+Blue) = 242+213+159=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 159 (62.5% from 255 or 25.90% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D59F is #0D2A60. Grayscale: #D7D7D7. Windows color (decimal): -862817 or 10474994. OLE color: 10474994.

HSL color Cylindrical-coordinate representation of color #F2D59F: hue angle of 39.04º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2D59F is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 213 159 -
CMYK 0 0.12 0.34 0.05
HSL 39.04º 0.76% 0.79% -
HSV(B) 39.04º 0.34% 0.95% -
XYZ 66.67 68.97 42.6 -
YUV 215.52 96.11 146.89 -
System Red Green Blue C M Y K H S L
Decimal 242 213 159 0 0.12 0.34 0.05 39.04 0.76 0.79
Hex F2 D5 9F 0 C 22 5 27 4C 4F
Octal 362 325 237 0 14 42 5 47 114 117
Binary 11110010 11010101 10011111 0 1100 100010 101 100111 1001100 1001111

Color Harmonies of #F2D59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D59F

Black with #F2D59F

Text Example


Text Example

White with #F2D59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D59F; }

 p { color: rgb(242,213,159); }

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

background-color css

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

 a { background-color: rgb(242,213,159); }

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

border-color css

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

 span { border-color: rgb(242,213,159); }

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