Html Css Color HEX #F8D992 Splash

📋 copy color: '#F8D992'

red 248 ◦ green 217 ◦ blue 146

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

Shades of Splash #F8D992

Tints of Splash #F8D992

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.52%

 BLUE value IS 146 (57.42% from 255) = 23.9%

R = 40.59%
G = 35.52%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F8D992 (or 0xF8D992) is known color: Splash. HEX triplet: F8, D9 and 92. RGB value is (248,217,146). Sum of RGB (Red+Green+Blue) = 248+217+146=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 146 (57.42% from 255 or 23.90% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D992 is #07266D. Grayscale: #DADADA. Windows color (decimal): -468590 or 9624056. OLE color: 9624056.

HSL color Cylindrical-coordinate representation of color #F8D992: hue angle of 41.76º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F8D992 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 217 146 -
CMYK 0 0.12 0.41 0.03
HSL 41.76º 0.88% 0.77% -
HSV(B) 41.76º 0.41% 0.97% -
XYZ 68.71 71.66 37.4 -
YUV 218.18 87.27 149.27 -
System Red Green Blue C M Y K H S L
Decimal 248 217 146 0 0.12 0.41 0.03 41.76 0.88 0.77
Hex F8 D9 92 0 C 29 3 2A 58 4D
Octal 370 331 222 0 14 51 3 52 130 115
Binary 11111000 11011001 10010010 0 1100 101001 11 101010 1011000 1001101

Color Harmonies of #F8D992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D992

Black with #F8D992

Text Example


Text Example

White with #F8D992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D992; }

 p { color: rgb(248,217,146); }

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

background-color css

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

 a { background-color: rgb(248,217,146); }

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

border-color css

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

 span { border-color: rgb(248,217,146); }

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