Html Css Color HEX #F1D09A Splash

📋 copy color: '#F1D09A'

red 241 ◦ green 208 ◦ blue 154

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

Shades of Splash #F1D09A

Tints of Splash #F1D09A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.49%

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

R = 39.97%
G = 34.49%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1D09A (or 0xF1D09A) is known color: Splash. HEX triplet: F1, D0 and 9A. RGB value is (241,208,154). Sum of RGB (Red+Green+Blue) = 241+208+154=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 154 (60.55% from 255 or 25.54% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D09A is #0E2F65. Grayscale: #D3D3D3. Windows color (decimal): -929638 or 10146033. OLE color: 10146033.

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

Color convert

RGB 241 208 154 -
CMYK 0 0.14 0.36 0.05
HSL 37.24º 0.76% 0.77% -
HSV(B) 37.24º 0.36% 0.95% -
XYZ 64.66 66.15 39.93 -
YUV 211.71 95.43 148.89 -
System Red Green Blue C M Y K H S L
Decimal 241 208 154 0 0.14 0.36 0.05 37.24 0.76 0.77
Hex F1 D0 9A 0 E 24 5 25 4C 4D
Octal 361 320 232 0 16 44 5 45 114 115
Binary 11110001 11010000 10011010 0 1110 100100 101 100101 1001100 1001101

Color Harmonies of #F1D09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D09A

Black with #F1D09A

Text Example


Text Example

White with #F1D09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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