Html Css Color HEX #F8D89A Splash

📋 copy color: '#F8D89A'

red 248 ◦ green 216 ◦ blue 154

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

Shades of Splash #F8D89A

Tints of Splash #F8D89A

RGB

 RED value IS 248 (97.27% from 255) = 40.13%

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

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

R = 40.13%
G = 34.95%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F8D89A (or 0xF8D89A) is known color: Splash. HEX triplet: F8, D8 and 9A. RGB value is (248,216,154). Sum of RGB (Red+Green+Blue) = 248+216+154=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 216 (84.77% from 255 or 34.95% from 618); Blue value is 154 (60.55% from 255 or 24.92% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D89A is #072765. Grayscale: #DADADA. Windows color (decimal): -468838 or 10148088. OLE color: 10148088.

HSL color Cylindrical-coordinate representation of color #F8D89A: hue angle of 39.57º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F8D89A is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 216 154 -
CMYK 0 0.13 0.38 0.03
HSL 39.57º 0.87% 0.79% -
HSV(B) 39.57º 0.38% 0.97% -
XYZ 69.1 71.4 40.71 -
YUV 218.5 91.6 149.04 -
System Red Green Blue C M Y K H S L
Decimal 248 216 154 0 0.13 0.38 0.03 39.57 0.87 0.79
Hex F8 D8 9A 0 D 26 3 28 57 4F
Octal 370 330 232 0 15 46 3 50 127 117
Binary 11111000 11011000 10011010 0 1101 100110 11 101000 1010111 1001111

Color Harmonies of #F8D89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D89A

Black with #F8D89A

Text Example


Text Example

White with #F8D89A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D89A; }

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

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

background-color css

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

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

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

border-color css

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

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

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