Html Css Color HEX #F0E290 Khaki

📋 copy color: '#F0E290'

red 240 ◦ green 226 ◦ blue 144

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

Shades of Khaki #F0E290

Tints of Khaki #F0E290

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.05%

 BLUE value IS 144 (56.64% from 255) = 23.61%

R = 39.34%
G = 37.05%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F0E290 (or 0xF0E290) is known color: Khaki. HEX triplet: F0, E2 and 90. RGB value is (240,226,144). Sum of RGB (Red+Green+Blue) = 240+226+144=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 144 (56.64% from 255 or 23.61% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E290 is #0F1D6F. Grayscale: #DDDDDD. Windows color (decimal): -990576 or 9495280. OLE color: 9495280.

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

Color convert

RGB 240 226 144 -
CMYK 0 0.06 0.4 0.06
HSL 51.25º 0.76% 0.75% -
HSV(B) 51.25º 0.4% 0.94% -
XYZ 68.17 74.93 37.26 -
YUV 220.84 84.64 141.67 -
System Red Green Blue C M Y K H S L
Decimal 240 226 144 0 0.06 0.4 0.06 51.25 0.76 0.75
Hex F0 E2 90 0 6 28 6 33 4C 4B
Octal 360 342 220 0 6 50 6 63 114 113
Binary 11110000 11100010 10010000 0 110 101000 110 110011 1001100 1001011

Color Harmonies of #F0E290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E290

Black with #F0E290

Text Example


Text Example

White with #F0E290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E290; }

 p { color: rgb(240,226,144); }

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

background-color css

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

 a { background-color: rgb(240,226,144); }

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

border-color css

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

 span { border-color: rgb(240,226,144); }

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