Html Css Color HEX #F2E585 Khaki

📋 copy color: '#F2E585'

red 242 ◦ green 229 ◦ blue 133

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

Shades of Khaki #F2E585

Tints of Khaki #F2E585

RGB

 RED value IS 242 (94.92% from 255) = 40.07%

 GREEN value IS 229 (89.84% from 255) = 37.91%

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

R = 40.07%
G = 37.91%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F2E585 (or 0xF2E585) is known color: Khaki. HEX triplet: F2, E5 and 85. RGB value is (242,229,133). Sum of RGB (Red+Green+Blue) = 242+229+133=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 133 (52.34% from 255 or 22.02% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E585 is #0D1A7A. Grayscale: #DEDEDE. Windows color (decimal): -858747 or 8775154. OLE color: 8775154.

HSL color Cylindrical-coordinate representation of color #F2E585: hue angle of 52.84º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2E585 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 229 133 -
CMYK 0 0.05 0.45 0.05
HSL 52.84º 0.81% 0.74% -
HSV(B) 52.84º 0.45% 0.95% -
XYZ 68.87 76.61 33.35 -
YUV 221.94 77.81 142.31 -
System Red Green Blue C M Y K H S L
Decimal 242 229 133 0 0.05 0.45 0.05 52.84 0.81 0.74
Hex F2 E5 85 0 5 2D 5 35 51 4A
Octal 362 345 205 0 5 55 5 65 121 112
Binary 11110010 11100101 10000101 0 101 101101 101 110101 1010001 1001010

Color Harmonies of #F2E585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E585

Black with #F2E585

Text Example


Text Example

White with #F2E585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E585; }

 p { color: rgb(242,229,133); }

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

background-color css

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

 a { background-color: rgb(242,229,133); }

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

border-color css

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

 span { border-color: rgb(242,229,133); }

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