Html Css Color HEX #F6E982 Khaki

📋 copy color: '#F6E982'

red 246 ◦ green 233 ◦ blue 130

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

Shades of Khaki #F6E982

Tints of Khaki #F6E982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 21.35%

R = 40.39%
G = 38.26%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F6E982 (or 0xF6E982) is known color: Khaki. HEX triplet: F6, E9 and 82. RGB value is (246,233,130). Sum of RGB (Red+Green+Blue) = 246+233+130=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 130 (51.17% from 255 or 21.35% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E982 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6E982 is #09167D. Grayscale: #E1E1E1. Windows color (decimal): -595582 or 8579574. OLE color: 8579574.

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

Color convert

RGB 246 233 130 -
CMYK 0 0.05 0.47 0.04
HSL 53.28º 0.87% 0.74% -
HSV(B) 53.28º 0.47% 0.96% -
XYZ 71.17 79.48 32.71 -
YUV 225.15 74.31 142.88 -
System Red Green Blue C M Y K H S L
Decimal 246 233 130 0 0.05 0.47 0.04 53.28 0.87 0.74
Hex F6 E9 82 0 5 2F 4 35 57 4A
Octal 366 351 202 0 5 57 4 65 127 112
Binary 11110110 11101001 10000010 0 101 101111 100 110101 1010111 1001010

Color Harmonies of #F6E982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E982

Black with #F6E982

Text Example


Text Example

White with #F6E982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E982; }

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

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

background-color css

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

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

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

border-color css

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

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

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