Html Css Color HEX #F2E78D Khaki

📋 copy color: '#F2E78D'

red 242 ◦ green 231 ◦ blue 141

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

Shades of Khaki #F2E78D

Tints of Khaki #F2E78D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.62%

 BLUE value IS 141 (55.47% from 255) = 22.96%

R = 39.41%
G = 37.62%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2E78D (or 0xF2E78D) is known color: Khaki. HEX triplet: F2, E7 and 8D. RGB value is (242,231,141). Sum of RGB (Red+Green+Blue) = 242+231+141=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 141 (55.47% from 255 or 22.96% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E78D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E78D is #0D1872. Grayscale: #E0E0E0. Windows color (decimal): -858227 or 9299954. OLE color: 9299954.

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

Color convert

RGB 242 231 141 -
CMYK 0 0.05 0.42 0.05
HSL 53.47º 0.8% 0.75% -
HSV(B) 53.47º 0.42% 0.95% -
XYZ 70 77.95 36.56 -
YUV 224.03 81.14 140.82 -
System Red Green Blue C M Y K H S L
Decimal 242 231 141 0 0.05 0.42 0.05 53.47 0.8 0.75
Hex F2 E7 8D 0 5 2A 5 35 50 4B
Octal 362 347 215 0 5 52 5 65 120 113
Binary 11110010 11100111 10001101 0 101 101010 101 110101 1010000 1001011

Color Harmonies of #F2E78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E78D

Black with #F2E78D

Text Example


Text Example

White with #F2E78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E78D; }

 p { color: rgb(242,231,141); }

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

background-color css

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

 a { background-color: rgb(242,231,141); }

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

border-color css

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

 span { border-color: rgb(242,231,141); }

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