Html Css Color HEX #F6D792 Splash

📋 copy color: '#F6D792'

red 246 ◦ green 215 ◦ blue 146

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

Shades of Splash #F6D792

Tints of Splash #F6D792

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.42%

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

R = 40.53%
G = 35.42%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F6D792 (or 0xF6D792) is known color: Splash. HEX triplet: F6, D7 and 92. RGB value is (246,215,146). Sum of RGB (Red+Green+Blue) = 246+215+146=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 146 (57.42% from 255 or 24.05% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D792 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D792 is #09286D. Grayscale: #D8D8D8. Windows color (decimal): -600174 or 9623542. OLE color: 9623542.

HSL color Cylindrical-coordinate representation of color #F6D792: hue angle of 41.4º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F6D792 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 215 146 -
CMYK 0 0.13 0.41 0.04
HSL 41.4º 0.85% 0.77% -
HSV(B) 41.4º 0.41% 0.96% -
XYZ 67.49 70.27 37.2 -
YUV 216.4 88.27 149.11 -
System Red Green Blue C M Y K H S L
Decimal 246 215 146 0 0.13 0.41 0.04 41.4 0.85 0.77
Hex F6 D7 92 0 D 29 4 29 55 4D
Octal 366 327 222 0 15 51 4 51 125 115
Binary 11110110 11010111 10010010 0 1101 101001 100 101001 1010101 1001101

Color Harmonies of #F6D792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D792

Black with #F6D792

Text Example


Text Example

White with #F6D792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D792; }

 p { color: rgb(246,215,146); }

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

background-color css

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

 a { background-color: rgb(246,215,146); }

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

border-color css

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

 span { border-color: rgb(246,215,146); }

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