Html Css Color HEX #F6F585 Tidal

📋 copy color: '#F6F585'

red 246 ◦ green 245 ◦ blue 133

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

Shades of Tidal #F6F585

Tints of Tidal #F6F585

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.26%

 BLUE value IS 133 (52.34% from 255) = 21.31%

R = 39.42%
G = 39.26%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F6F585 (or 0xF6F585) is known color: Tidal. HEX triplet: F6, F5 and 85. RGB value is (246,245,133). Sum of RGB (Red+Green+Blue) = 246+245+133=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 245 (96.09% from 255 or 39.26% from 624); Blue value is 133 (52.34% from 255 or 21.31% from 624); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F585 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F585 is #090A7A. Grayscale: #E8E8E8. Windows color (decimal): -592507 or 8779254. OLE color: 8779254.

HSL color Cylindrical-coordinate representation of color #F6F585: hue angle of 59.47º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6F585 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 245 133 -
CMYK 0 0.00 0.46 0.04
HSL 59.47º 0.86% 0.74% -
HSV(B) 59.47º 0.46% 0.96% -
XYZ 74.89 86.59 34.96 -
YUV 232.53 71.83 137.61 -
System Red Green Blue C M Y K H S L
Decimal 246 245 133 0 0.00 0.46 0.04 59.47 0.86 0.74
Hex F6 F5 85 0 0 2E 4 3B 56 4A
Octal 366 365 205 0 0 56 4 73 126 112
Binary 11110110 11110101 10000101 0 0 101110 100 111011 1010110 1001010

Color Harmonies of #F6F585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F585

Black with #F6F585

Text Example


Text Example

White with #F6F585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F585; }

 p { color: rgb(246,245,133); }

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

background-color css

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

 a { background-color: rgb(246,245,133); }

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

border-color css

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

 span { border-color: rgb(246,245,133); }

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