Html Css Color HEX #FBED8A Khaki

📋 copy color: '#FBED8A'

red 251 ◦ green 237 ◦ blue 138

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

Shades of Khaki #FBED8A

Tints of Khaki #FBED8A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.86%

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

R = 40.1%
G = 37.86%
B = 22.04%

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

#FBED8A (or 0xFBED8A) is known color: Khaki. HEX triplet: FB, ED and 8A. RGB value is (251,237,138). Sum of RGB (Red+Green+Blue) = 251+237+138=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 138 (54.30% from 255 or 22.04% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBED8A is #041275. Grayscale: #E6E6E6. Windows color (decimal): -266870 or 9104891. OLE color: 9104891.

HSL color Cylindrical-coordinate representation of color #FBED8A: hue angle of 52.57º 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 #FBED8A is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 237 138 -
CMYK 0 0.06 0.45 0.02
HSL 52.57º 0.93% 0.76% -
HSV(B) 52.57º 0.45% 0.98% -
XYZ 74.66 82.91 36.11 -
YUV 229.9 76.14 143.05 -
System Red Green Blue C M Y K H S L
Decimal 251 237 138 0 0.06 0.45 0.02 52.57 0.93 0.76
Hex FB ED 8A 0 6 2D 2 35 5D 4C
Octal 373 355 212 0 6 55 2 65 135 114
Binary 11111011 11101101 10001010 0 110 101101 10 110101 1011101 1001100

Color Harmonies of #FBED8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED8A

Black with #FBED8A

Text Example


Text Example

White with #FBED8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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