Html Css Color HEX #F1D295 Splash

📋 copy color: '#F1D295'

red 241 ◦ green 210 ◦ blue 149

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

Shades of Splash #F1D295

Tints of Splash #F1D295

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35%

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

R = 40.17%
G = 35%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F1D295 (or 0xF1D295) is known color: Splash. HEX triplet: F1, D2 and 95. RGB value is (241,210,149). Sum of RGB (Red+Green+Blue) = 241+210+149=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D295 is #0E2D6A. Grayscale: #D4D4D4. Windows color (decimal): -929131 or 9818865. OLE color: 9818865.

HSL color Cylindrical-coordinate representation of color #F1D295: hue angle of 39.78º 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 #F1D295 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 210 149 -
CMYK 0 0.13 0.38 0.05
HSL 39.78º 0.77% 0.76% -
HSV(B) 39.78º 0.38% 0.95% -
XYZ 64.75 66.96 37.95 -
YUV 212.32 92.27 148.46 -
System Red Green Blue C M Y K H S L
Decimal 241 210 149 0 0.13 0.38 0.05 39.78 0.77 0.76
Hex F1 D2 95 0 D 26 5 28 4D 4C
Octal 361 322 225 0 15 46 5 50 115 114
Binary 11110001 11010010 10010101 0 1101 100110 101 101000 1001101 1001100

Color Harmonies of #F1D295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D295

Black with #F1D295

Text Example


Text Example

White with #F1D295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D295; }

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

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

background-color css

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

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

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

border-color css

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

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

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