Html Css Color HEX #F6D89A Splash

📋 copy color: '#F6D89A'

red 246 ◦ green 216 ◦ blue 154

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

Shades of Splash #F6D89A

Tints of Splash #F6D89A

RGB

 RED value IS 246 (96.48% from 255) = 39.94%

 GREEN value IS 216 (84.77% from 255) = 35.06%

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

R = 39.94%
G = 35.06%
B = 25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F6D89A (or 0xF6D89A) is known color: Splash. HEX triplet: F6, D8 and 9A. RGB value is (246,216,154). Sum of RGB (Red+Green+Blue) = 246+216+154=616 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.94% from 616); Green value is 216 (84.77% from 255 or 35.06% from 616); Blue value is 154 (60.55% from 255 or 25% from 616); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D89A is #092765. Grayscale: #DADADA. Windows color (decimal): -599910 or 10148086. OLE color: 10148086.

HSL color Cylindrical-coordinate representation of color #F6D89A: hue angle of 40.43º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6D89A is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 216 154 -
CMYK 0 0.12 0.37 0.04
HSL 40.43º 0.84% 0.78% -
HSV(B) 40.43º 0.37% 0.96% -
XYZ 68.39 71.04 40.68 -
YUV 217.9 91.94 148.04 -
System Red Green Blue C M Y K H S L
Decimal 246 216 154 0 0.12 0.37 0.04 40.43 0.84 0.78
Hex F6 D8 9A 0 C 25 4 28 54 4E
Octal 366 330 232 0 14 45 4 50 124 116
Binary 11110110 11011000 10011010 0 1100 100101 100 101000 1010100 1001110

Color Harmonies of #F6D89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D89A

Black with #F6D89A

Text Example


Text Example

White with #F6D89A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D89A; }

 p { color: rgb(246,216,154); }

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

background-color css

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

 a { background-color: rgb(246,216,154); }

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

border-color css

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

 span { border-color: rgb(246,216,154); }

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