Html Css Color HEX #F1D596 Splash

📋 copy color: '#F1D596'

red 241 ◦ green 213 ◦ blue 150

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

Shades of Splash #F1D596

Tints of Splash #F1D596

RGB

 RED value IS 241 (94.53% from 255) = 39.9%

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

 BLUE value IS 150 (58.98% from 255) = 24.83%

R = 39.9%
G = 35.26%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F1D596 (or 0xF1D596) is known color: Splash. HEX triplet: F1, D5 and 96. RGB value is (241,213,150). Sum of RGB (Red+Green+Blue) = 241+213+150=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 150 (58.98% from 255 or 24.83% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D596 is #0E2A69. Grayscale: #D6D6D6. Windows color (decimal): -928362 or 9885169. OLE color: 9885169.

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

Color convert

RGB 241 213 150 -
CMYK 0 0.12 0.38 0.05
HSL 41.54º 0.76% 0.77% -
HSV(B) 41.54º 0.38% 0.95% -
XYZ 65.57 68.49 38.62 -
YUV 214.19 91.78 147.12 -
System Red Green Blue C M Y K H S L
Decimal 241 213 150 0 0.12 0.38 0.05 41.54 0.76 0.77
Hex F1 D5 96 0 C 26 5 2A 4C 4D
Octal 361 325 226 0 14 46 5 52 114 115
Binary 11110001 11010101 10010110 0 1100 100110 101 101010 1001100 1001101

Color Harmonies of #F1D596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D596

Black with #F1D596

Text Example


Text Example

White with #F1D596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D596; }

 p { color: rgb(241,213,150); }

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

background-color css

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

 a { background-color: rgb(241,213,150); }

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

border-color css

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

 span { border-color: rgb(241,213,150); }

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