Html Css Color HEX #F6E985 Khaki

📋 copy color: '#F6E985'

red 246 ◦ green 233 ◦ blue 133

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

Shades of Khaki #F6E985

Tints of Khaki #F6E985

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.07%

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

R = 40.2%
G = 38.07%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F6E985 (or 0xF6E985) is known color: Khaki. HEX triplet: F6, E9 and 85. RGB value is (246,233,133). Sum of RGB (Red+Green+Blue) = 246+233+133=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 133 (52.34% from 255 or 21.73% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E985 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6E985 is #09167A. Grayscale: #E1E1E1. Windows color (decimal): -595579 or 8776182. OLE color: 8776182.

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

Color convert

RGB 246 233 133 -
CMYK 0 0.05 0.46 0.04
HSL 53.1º 0.86% 0.74% -
HSV(B) 53.1º 0.46% 0.96% -
XYZ 71.38 79.56 33.79 -
YUV 225.49 75.81 142.63 -
System Red Green Blue C M Y K H S L
Decimal 246 233 133 0 0.05 0.46 0.04 53.1 0.86 0.74
Hex F6 E9 85 0 5 2E 4 35 56 4A
Octal 366 351 205 0 5 56 4 65 126 112
Binary 11110110 11101001 10000101 0 101 101110 100 110101 1010110 1001010

Color Harmonies of #F6E985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E985

Black with #F6E985

Text Example


Text Example

White with #F6E985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E985; }

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

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

background-color css

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

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

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

border-color css

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

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

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