Html Css Color HEX #FBEC8A Khaki

📋 copy color: '#FBEC8A'

red 251 ◦ green 236 ◦ blue 138

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

Shades of Khaki #FBEC8A

Tints of Khaki #FBEC8A

RGB

 RED value IS 251 (98.44% from 255) = 40.16%

 GREEN value IS 236 (92.58% from 255) = 37.76%

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

R = 40.16%
G = 37.76%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FBEC8A (or 0xFBEC8A) is known color: Khaki. HEX triplet: FB, EC and 8A. RGB value is (251,236,138). Sum of RGB (Red+Green+Blue) = 251+236+138=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 138 (54.30% from 255 or 22.08% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEC8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEC8A is #041375. Grayscale: #E5E5E5. Windows color (decimal): -267126 or 9104635. OLE color: 9104635.

HSL color Cylindrical-coordinate representation of color #FBEC8A: hue angle of 52.04º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBEC8A is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 236 138 -
CMYK 0 0.06 0.45 0.02
HSL 52.04º 0.93% 0.76% -
HSV(B) 52.04º 0.45% 0.98% -
XYZ 74.37 82.34 36.02 -
YUV 229.31 76.47 143.47 -
System Red Green Blue C M Y K H S L
Decimal 251 236 138 0 0.06 0.45 0.02 52.04 0.93 0.76
Hex FB EC 8A 0 6 2D 2 34 5D 4C
Octal 373 354 212 0 6 55 2 64 135 114
Binary 11111011 11101100 10001010 0 110 101101 10 110100 1011101 1001100

Color Harmonies of #FBEC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEC8A

Black with #FBEC8A

Text Example


Text Example

White with #FBEC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEC8A; }

 p { color: rgb(251,236,138); }

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

background-color css

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

 a { background-color: rgb(251,236,138); }

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

border-color css

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

 span { border-color: rgb(251,236,138); }

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