Html Css Color HEX #F1D595 Splash

📋 copy color: '#F1D595'

red 241 ◦ green 213 ◦ blue 149

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

Shades of Splash #F1D595

Tints of Splash #F1D595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.71%

R = 39.97%
G = 35.32%
B = 24.71%

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

#F1D595 (or 0xF1D595) is known color: Splash. HEX triplet: F1, D5 and 95. RGB value is (241,213,149). Sum of RGB (Red+Green+Blue) = 241+213+149=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 149 (58.59% from 255 or 24.71% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D595 is #0E2A6A. Grayscale: #D6D6D6. Windows color (decimal): -928363 or 9819633. OLE color: 9819633.

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

Color convert

RGB 241 213 149 -
CMYK 0 0.12 0.38 0.05
HSL 41.74º 0.77% 0.76% -
HSV(B) 41.74º 0.38% 0.95% -
XYZ 65.49 68.46 38.2 -
YUV 214.08 91.28 147.2 -
System Red Green Blue C M Y K H S L
Decimal 241 213 149 0 0.12 0.38 0.05 41.74 0.77 0.76
Hex F1 D5 95 0 C 26 5 2A 4D 4C
Octal 361 325 225 0 14 46 5 52 115 114
Binary 11110001 11010101 10010101 0 1100 100110 101 101010 1001101 1001100

Color Harmonies of #F1D595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D595

Black with #F1D595

Text Example


Text Example

White with #F1D595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D595; }

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

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

background-color css

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

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

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

border-color css

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

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

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