Html Css Color HEX #F0E692 Khaki

📋 copy color: '#F0E692'

red 240 ◦ green 230 ◦ blue 146

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

Shades of Khaki #F0E692

Tints of Khaki #F0E692

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.34%

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

R = 38.96%
G = 37.34%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F0E692 (or 0xF0E692) is known color: Khaki. HEX triplet: F0, E6 and 92. RGB value is (240,230,146). Sum of RGB (Red+Green+Blue) = 240+230+146=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 146 (57.42% from 255 or 23.70% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E692 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E692 is #0F196D. Grayscale: #DFDFDF. Windows color (decimal): -989550 or 9627376. OLE color: 9627376.

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

Color convert

RGB 240 230 146 -
CMYK 0 0.04 0.39 0.06
HSL 53.62º 0.76% 0.76% -
HSV(B) 53.62º 0.39% 0.94% -
XYZ 69.42 77.19 38.44 -
YUV 223.41 84.31 139.83 -
System Red Green Blue C M Y K H S L
Decimal 240 230 146 0 0.04 0.39 0.06 53.62 0.76 0.76
Hex F0 E6 92 0 4 27 6 36 4C 4C
Octal 360 346 222 0 4 47 6 66 114 114
Binary 11110000 11100110 10010010 0 100 100111 110 110110 1001100 1001100

Color Harmonies of #F0E692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E692

Black with #F0E692

Text Example


Text Example

White with #F0E692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E692; }

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

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

background-color css

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

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

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

border-color css

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

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

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