Html Css Color HEX #F0E985 Khaki

📋 copy color: '#F0E985'

red 240 ◦ green 233 ◦ blue 133

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

Shades of Khaki #F0E985

Tints of Khaki #F0E985

RGB

 RED value IS 240 (94.14% from 255) = 39.6%

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

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

R = 39.6%
G = 38.45%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F0E985 (or 0xF0E985) is known color: Khaki. HEX triplet: F0, E9 and 85. RGB value is (240,233,133). Sum of RGB (Red+Green+Blue) = 240+233+133=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 133 (52.34% from 255 or 21.95% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E985 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E985 is #0F167A. Grayscale: #E0E0E0. Windows color (decimal): -988795 or 8776176. OLE color: 8776176.

HSL color Cylindrical-coordinate representation of color #F0E985: hue angle of 56.07º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0E985 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 233 133 -
CMYK 0 0.03 0.45 0.06
HSL 56.07º 0.78% 0.73% -
HSV(B) 56.07º 0.45% 0.94% -
XYZ 69.31 78.5 33.69 -
YUV 223.69 76.82 139.63 -
System Red Green Blue C M Y K H S L
Decimal 240 233 133 0 0.03 0.45 0.06 56.07 0.78 0.73
Hex F0 E9 85 0 3 2D 6 38 4E 49
Octal 360 351 205 0 3 55 6 70 116 111
Binary 11110000 11101001 10000101 0 11 101101 110 111000 1001110 1001001

Color Harmonies of #F0E985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E985

Black with #F0E985

Text Example


Text Example

White with #F0E985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E985; }

 p { color: rgb(240,233,133); }

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

background-color css

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

 a { background-color: rgb(240,233,133); }

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

border-color css

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

 span { border-color: rgb(240,233,133); }

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