Html Css Color HEX #F5E984 Khaki

📋 copy color: '#F5E984'

red 245 ◦ green 233 ◦ blue 132

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

Shades of Khaki #F5E984

Tints of Khaki #F5E984

RGB

 RED value IS 245 (96.09% from 255) = 40.16%

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

 BLUE value IS 132 (51.95% from 255) = 21.64%

R = 40.16%
G = 38.2%
B = 21.64%

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

#F5E984 (or 0xF5E984) is known color: Khaki. HEX triplet: F5, E9 and 84. RGB value is (245,233,132). Sum of RGB (Red+Green+Blue) = 245+233+132=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 132 (51.95% from 255 or 21.64% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E984 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E984 is #0A167B. Grayscale: #E1E1E1. Windows color (decimal): -661116 or 8710645. OLE color: 8710645.

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

Color convert

RGB 245 233 132 -
CMYK 0 0.05 0.46 0.04
HSL 53.63º 0.85% 0.74% -
HSV(B) 53.63º 0.46% 0.96% -
XYZ 70.96 79.36 33.41 -
YUV 225.07 75.48 142.21 -
System Red Green Blue C M Y K H S L
Decimal 245 233 132 0 0.05 0.46 0.04 53.63 0.85 0.74
Hex F5 E9 84 0 5 2E 4 36 55 4A
Octal 365 351 204 0 5 56 4 66 125 112
Binary 11110101 11101001 10000100 0 101 101110 100 110110 1010101 1001010

Color Harmonies of #F5E984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E984

Black with #F5E984

Text Example


Text Example

White with #F5E984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E984; }

 p { color: rgb(245,233,132); }

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

background-color css

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

 a { background-color: rgb(245,233,132); }

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

border-color css

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

 span { border-color: rgb(245,233,132); }

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