Html Css Color HEX #F6DC9B Splash

📋 copy color: '#F6DC9B'

red 246 ◦ green 220 ◦ blue 155

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

Shades of Splash #F6DC9B

Tints of Splash #F6DC9B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.43%

 BLUE value IS 155 (60.94% from 255) = 24.96%

R = 39.61%
G = 35.43%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F6DC9B (or 0xF6DC9B) is known color: Splash. HEX triplet: F6, DC and 9B. RGB value is (246,220,155). Sum of RGB (Red+Green+Blue) = 246+220+155=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 155 (60.94% from 255 or 24.96% from 621); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DC9B is #092364. Grayscale: #DCDCDC. Windows color (decimal): -598885 or 10214646. OLE color: 10214646.

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

Color convert

RGB 246 220 155 -
CMYK 0 0.11 0.37 0.04
HSL 42.86º 0.83% 0.79% -
HSV(B) 42.86º 0.37% 0.96% -
XYZ 69.52 73.15 41.47 -
YUV 220.36 91.11 146.29 -
System Red Green Blue C M Y K H S L
Decimal 246 220 155 0 0.11 0.37 0.04 42.86 0.83 0.79
Hex F6 DC 9B 0 B 25 4 2B 53 4F
Octal 366 334 233 0 13 45 4 53 123 117
Binary 11110110 11011100 10011011 0 1011 100101 100 101011 1010011 1001111

Color Harmonies of #F6DC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DC9B

Black with #F6DC9B

Text Example


Text Example

White with #F6DC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DC9B; }

 p { color: rgb(246,220,155); }

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

background-color css

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

 a { background-color: rgb(246,220,155); }

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

border-color css

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

 span { border-color: rgb(246,220,155); }

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