Html Css Color HEX #F5E983 Khaki

📋 copy color: '#F5E983'

red 245 ◦ green 233 ◦ blue 131

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

Shades of Khaki #F5E983

Tints of Khaki #F5E983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 21.51%

R = 40.23%
G = 38.26%
B = 21.51%

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

#F5E983 (or 0xF5E983) is known color: Khaki. HEX triplet: F5, E9 and 83. RGB value is (245,233,131). Sum of RGB (Red+Green+Blue) = 245+233+131=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 131 (51.56% from 255 or 21.51% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E983 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E983 is #0A167C. Grayscale: #E1E1E1. Windows color (decimal): -661117 or 8645109. OLE color: 8645109.

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

Color convert

RGB 245 233 131 -
CMYK 0 0.05 0.47 0.04
HSL 53.68º 0.85% 0.74% -
HSV(B) 53.68º 0.47% 0.96% -
XYZ 70.89 79.33 33.05 -
YUV 224.96 74.98 142.29 -
System Red Green Blue C M Y K H S L
Decimal 245 233 131 0 0.05 0.47 0.04 53.68 0.85 0.74
Hex F5 E9 83 0 5 2F 4 36 55 4A
Octal 365 351 203 0 5 57 4 66 125 112
Binary 11110101 11101001 10000011 0 101 101111 100 110110 1010101 1001010

Color Harmonies of #F5E983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E983

Black with #F5E983

Text Example


Text Example

White with #F5E983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E983; }

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

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

background-color css

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

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

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

border-color css

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

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

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