Html Css Color HEX #F8E68A Khaki

📋 copy color: '#F8E68A'

red 248 ◦ green 230 ◦ blue 138

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

Shades of Khaki #F8E68A

Tints of Khaki #F8E68A

RGB

 RED value IS 248 (97.27% from 255) = 40.26%

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

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

R = 40.26%
G = 37.34%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8E68A (or 0xF8E68A) is known color: Khaki. HEX triplet: F8, E6 and 8A. RGB value is (248,230,138). Sum of RGB (Red+Green+Blue) = 248+230+138=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 138 (54.30% from 255 or 22.40% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E68A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8E68A is #071975. Grayscale: #E1E1E1. Windows color (decimal): -465270 or 9103096. OLE color: 9103096.

HSL color Cylindrical-coordinate representation of color #F8E68A: hue angle of 50.18º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8E68A is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 230 138 -
CMYK 0 0.07 0.44 0.03
HSL 50.18º 0.89% 0.76% -
HSV(B) 50.18º 0.44% 0.97% -
XYZ 71.6 78.39 35.4 -
YUV 224.89 78.96 144.48 -
System Red Green Blue C M Y K H S L
Decimal 248 230 138 0 0.07 0.44 0.03 50.18 0.89 0.76
Hex F8 E6 8A 0 7 2C 3 32 59 4C
Octal 370 346 212 0 7 54 3 62 131 114
Binary 11111000 11100110 10001010 0 111 101100 11 110010 1011001 1001100

Color Harmonies of #F8E68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E68A

Black with #F8E68A

Text Example


Text Example

White with #F8E68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E68A; }

 p { color: rgb(248,230,138); }

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

background-color css

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

 a { background-color: rgb(248,230,138); }

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

border-color css

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

 span { border-color: rgb(248,230,138); }

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