Html Css Color HEX #F2D59E Splash

📋 copy color: '#F2D59E'

red 242 ◦ green 213 ◦ blue 158

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

Shades of Splash #F2D59E

Tints of Splash #F2D59E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.77%

R = 39.48%
G = 34.75%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2D59E (or 0xF2D59E) is known color: Splash. HEX triplet: F2, D5 and 9E. RGB value is (242,213,158). Sum of RGB (Red+Green+Blue) = 242+213+158=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 158 (62.11% from 255 or 25.77% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D59E is #0D2A61. Grayscale: #D7D7D7. Windows color (decimal): -862818 or 10409458. OLE color: 10409458.

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

Color convert

RGB 242 213 158 -
CMYK 0 0.12 0.35 0.05
HSL 39.29º 0.76% 0.78% -
HSV(B) 39.29º 0.35% 0.95% -
XYZ 66.58 68.93 42.14 -
YUV 215.4 95.61 146.97 -
System Red Green Blue C M Y K H S L
Decimal 242 213 158 0 0.12 0.35 0.05 39.29 0.76 0.78
Hex F2 D5 9E 0 C 23 5 27 4C 4E
Octal 362 325 236 0 14 43 5 47 114 116
Binary 11110010 11010101 10011110 0 1100 100011 101 100111 1001100 1001110

Color Harmonies of #F2D59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D59E

Black with #F2D59E

Text Example


Text Example

White with #F2D59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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