Html Css Color HEX #F6E085 Buff

📋 copy color: '#F6E085'

red 246 ◦ green 224 ◦ blue 133

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

Shades of Buff #F6E085

Tints of Buff #F6E085

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.15%

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

R = 40.8%
G = 37.15%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F6E085 (or 0xF6E085) is known color: Buff. HEX triplet: F6, E0 and 85. RGB value is (246,224,133). Sum of RGB (Red+Green+Blue) = 246+224+133=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 133 (52.34% from 255 or 22.06% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E085 is #091F7A. Grayscale: #DCDCDC. Windows color (decimal): -597883 or 8773878. OLE color: 8773878.

HSL color Cylindrical-coordinate representation of color #F6E085: hue angle of 48.32º 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 #F6E085 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 224 133 -
CMYK 0 0.09 0.46 0.04
HSL 48.32º 0.86% 0.74% -
HSV(B) 48.32º 0.46% 0.96% -
XYZ 68.9 74.6 32.96 -
YUV 220.2 78.79 146.4 -
System Red Green Blue C M Y K H S L
Decimal 246 224 133 0 0.09 0.46 0.04 48.32 0.86 0.74
Hex F6 E0 85 0 9 2E 4 30 56 4A
Octal 366 340 205 0 11 56 4 60 126 112
Binary 11110110 11100000 10000101 0 1001 101110 100 110000 1010110 1001010

Color Harmonies of #F6E085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E085

Black with #F6E085

Text Example


Text Example

White with #F6E085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E085; }

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

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

background-color css

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

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

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

border-color css

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

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

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