Html Css Color HEX #F0E38A Khaki

📋 copy color: '#F0E38A'

red 240 ◦ green 227 ◦ blue 138

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

Shades of Khaki #F0E38A

Tints of Khaki #F0E38A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.52%

 BLUE value IS 138 (54.3% from 255) = 22.81%

R = 39.67%
G = 37.52%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0E38A (or 0xF0E38A) is known color: Khaki. HEX triplet: F0, E3 and 8A. RGB value is (240,227,138). Sum of RGB (Red+Green+Blue) = 240+227+138=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 138 (54.30% from 255 or 22.81% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E38A is #0F1C75. Grayscale: #DDDDDD. Windows color (decimal): -990326 or 9102320. OLE color: 9102320.

HSL color Cylindrical-coordinate representation of color #F0E38A: hue angle of 52.35º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0E38A is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 227 138 -
CMYK 0 0.05 0.42 0.06
HSL 52.35º 0.77% 0.74% -
HSV(B) 52.35º 0.43% 0.94% -
XYZ 67.99 75.3 35 -
YUV 220.74 81.31 141.74 -
System Red Green Blue C M Y K H S L
Decimal 240 227 138 0 0.05 0.42 0.06 52.35 0.77 0.74
Hex F0 E3 8A 0 5 2A 6 34 4D 4A
Octal 360 343 212 0 5 52 6 64 115 112
Binary 11110000 11100011 10001010 0 101 101010 110 110100 1001101 1001010

Color Harmonies of #F0E38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E38A

Black with #F0E38A

Text Example


Text Example

White with #F0E38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E38A; }

 p { color: rgb(240,227,138); }

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

background-color css

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

 a { background-color: rgb(240,227,138); }

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

border-color css

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

 span { border-color: rgb(240,227,138); }

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