Html Css Color HEX #F5ED85 Khaki

📋 copy color: '#F5ED85'

red 245 ◦ green 237 ◦ blue 133

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

Shades of Khaki #F5ED85

Tints of Khaki #F5ED85

RGB

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

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

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

R = 39.84%
G = 38.54%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F5ED85 (or 0xF5ED85) is known color: Khaki. HEX triplet: F5, ED and 85. RGB value is (245,237,133). Sum of RGB (Red+Green+Blue) = 245+237+133=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 133 (52.34% from 255 or 21.63% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5ED85 is #0A127A. Grayscale: #E3E3E3. Windows color (decimal): -660091 or 8777205. OLE color: 8777205.

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

Color convert

RGB 245 237 133 -
CMYK 0 0.03 0.46 0.04
HSL 55.71º 0.85% 0.74% -
HSV(B) 55.71º 0.46% 0.96% -
XYZ 72.17 81.67 34.15 -
YUV 227.54 74.65 140.46 -
System Red Green Blue C M Y K H S L
Decimal 245 237 133 0 0.03 0.46 0.04 55.71 0.85 0.74
Hex F5 ED 85 0 3 2E 4 38 55 4A
Octal 365 355 205 0 3 56 4 70 125 112
Binary 11110101 11101101 10000101 0 11 101110 100 111000 1010101 1001010

Color Harmonies of #F5ED85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ED85

Black with #F5ED85

Text Example


Text Example

White with #F5ED85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ED85; }

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

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

background-color css

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

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

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

border-color css

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

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

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