Html Css Color HEX #F1D79A Splash

📋 copy color: '#F1D79A'

red 241 ◦ green 215 ◦ blue 154

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

Shades of Splash #F1D79A

Tints of Splash #F1D79A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.25%

 BLUE value IS 154 (60.55% from 255) = 25.25%

R = 39.51%
G = 35.25%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1D79A (or 0xF1D79A) is known color: Splash. HEX triplet: F1, D7 and 9A. RGB value is (241,215,154). Sum of RGB (Red+Green+Blue) = 241+215+154=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 154 (60.55% from 255 or 25.25% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D79A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D79A is #0E2865. Grayscale: #D8D8D8. Windows color (decimal): -927846 or 10147825. OLE color: 10147825.

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

Color convert

RGB 241 215 154 -
CMYK 0 0.11 0.36 0.05
HSL 42.07º 0.76% 0.77% -
HSV(B) 42.07º 0.36% 0.95% -
XYZ 66.41 69.63 40.51 -
YUV 215.82 93.11 145.96 -
System Red Green Blue C M Y K H S L
Decimal 241 215 154 0 0.11 0.36 0.05 42.07 0.76 0.77
Hex F1 D7 9A 0 B 24 5 2A 4C 4D
Octal 361 327 232 0 13 44 5 52 114 115
Binary 11110001 11010111 10011010 0 1011 100100 101 101010 1001100 1001101

Color Harmonies of #F1D79A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D79A

Black with #F1D79A

Text Example


Text Example

White with #F1D79A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D79A; }

 p { color: rgb(241,215,154); }

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

background-color css

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

 a { background-color: rgb(241,215,154); }

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

border-color css

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

 span { border-color: rgb(241,215,154); }

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