Html Css Color HEX #F7D992 Splash

📋 copy color: '#F7D992'

red 247 ◦ green 217 ◦ blue 146

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

Shades of Splash #F7D992

Tints of Splash #F7D992

RGB

 RED value IS 247 (96.88% from 255) = 40.49%

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

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

R = 40.49%
G = 35.57%
B = 23.93%

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

#F7D992 (or 0xF7D992) is known color: Splash. HEX triplet: F7, D9 and 92. RGB value is (247,217,146). Sum of RGB (Red+Green+Blue) = 247+217+146=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 146 (57.42% from 255 or 23.93% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D992 is #08266D. Grayscale: #DADADA. Windows color (decimal): -534126 or 9624055. OLE color: 9624055.

HSL color Cylindrical-coordinate representation of color #F7D992: hue angle of 42.18º degrees, saturation: 0.86, 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 #F7D992 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 217 146 -
CMYK 0 0.12 0.41 0.03
HSL 42.18º 0.86% 0.77% -
HSV(B) 42.18º 0.41% 0.97% -
XYZ 68.36 71.48 37.39 -
YUV 217.88 87.44 148.77 -
System Red Green Blue C M Y K H S L
Decimal 247 217 146 0 0.12 0.41 0.03 42.18 0.86 0.77
Hex F7 D9 92 0 C 29 3 2A 56 4D
Octal 367 331 222 0 14 51 3 52 126 115
Binary 11110111 11011001 10010010 0 1100 101001 11 101010 1010110 1001101

Color Harmonies of #F7D992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D992

Black with #F7D992

Text Example


Text Example

White with #F7D992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D992; }

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

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

background-color css

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

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

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

border-color css

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

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

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