Html Css Color HEX #F6ED85 Khaki

📋 copy color: '#F6ED85'

red 246 ◦ green 237 ◦ blue 133

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

Shades of Khaki #F6ED85

Tints of Khaki #F6ED85

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.47%

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

R = 39.94%
G = 38.47%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F6ED85 (or 0xF6ED85) is known color: Khaki. HEX triplet: F6, ED and 85. RGB value is (246,237,133). Sum of RGB (Red+Green+Blue) = 246+237+133=616 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.94% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 133 (52.34% from 255 or 21.59% from 616); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ED85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6ED85 is #09127A. Grayscale: #E4E4E4. Windows color (decimal): -594555 or 8777206. OLE color: 8777206.

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

Color convert

RGB 246 237 133 -
CMYK 0 0.04 0.46 0.04
HSL 55.22º 0.86% 0.74% -
HSV(B) 55.22º 0.46% 0.96% -
XYZ 72.52 81.85 34.17 -
YUV 227.84 74.48 140.96 -
System Red Green Blue C M Y K H S L
Decimal 246 237 133 0 0.04 0.46 0.04 55.22 0.86 0.74
Hex F6 ED 85 0 4 2E 4 37 56 4A
Octal 366 355 205 0 4 56 4 67 126 112
Binary 11110110 11101101 10000101 0 100 101110 100 110111 1010110 1001010

Color Harmonies of #F6ED85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6ED85

Black with #F6ED85

Text Example


Text Example

White with #F6ED85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6ED85; }

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

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

background-color css

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

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

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

border-color css

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

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

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