Html Css Color HEX #F0E992 Khaki

📋 copy color: '#F0E992'

red 240 ◦ green 233 ◦ blue 146

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

Shades of Khaki #F0E992

Tints of Khaki #F0E992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 23.59%

R = 38.77%
G = 37.64%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F0E992 (or 0xF0E992) is known color: Khaki. HEX triplet: F0, E9 and 92. RGB value is (240,233,146). Sum of RGB (Red+Green+Blue) = 240+233+146=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 233 (91.41% from 255 or 37.64% from 619); Blue value is 146 (57.42% from 255 or 23.59% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E992 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E992 is #0F166D. Grayscale: #E1E1E1. Windows color (decimal): -988782 or 9628144. OLE color: 9628144.

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

Color convert

RGB 240 233 146 -
CMYK 0 0.03 0.39 0.06
HSL 55.53º 0.76% 0.76% -
HSV(B) 55.53º 0.39% 0.94% -
XYZ 70.26 78.88 38.72 -
YUV 225.18 83.32 138.57 -
System Red Green Blue C M Y K H S L
Decimal 240 233 146 0 0.03 0.39 0.06 55.53 0.76 0.76
Hex F0 E9 92 0 3 27 6 38 4C 4C
Octal 360 351 222 0 3 47 6 70 114 114
Binary 11110000 11101001 10010010 0 11 100111 110 111000 1001100 1001100

Color Harmonies of #F0E992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E992

Black with #F0E992

Text Example


Text Example

White with #F0E992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E992; }

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

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

background-color css

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

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

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

border-color css

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

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

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