Html Css Color HEX #FBE983 Khaki

📋 copy color: '#FBE983'

red 251 ◦ green 233 ◦ blue 131

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

Shades of Khaki #FBE983

Tints of Khaki #FBE983

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.89%

 BLUE value IS 131 (51.56% from 255) = 21.3%

R = 40.81%
G = 37.89%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FBE983 (or 0xFBE983) is known color: Khaki. HEX triplet: FB, E9 and 83. RGB value is (251,233,131). Sum of RGB (Red+Green+Blue) = 251+233+131=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 233 (91.41% from 255 or 37.89% from 615); Blue value is 131 (51.56% from 255 or 21.30% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE983 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBE983 is #04167C. Grayscale: #E3E3E3. Windows color (decimal): -267901 or 8645115. OLE color: 8645115.

HSL color Cylindrical-coordinate representation of color #FBE983: hue angle of 51º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FBE983 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 233 131 -
CMYK 0 0.07 0.48 0.02
HSL 51º 0.94% 0.75% -
HSV(B) 51º 0.48% 0.98% -
XYZ 73.02 80.43 33.15 -
YUV 226.75 73.96 145.29 -
System Red Green Blue C M Y K H S L
Decimal 251 233 131 0 0.07 0.48 0.02 51 0.94 0.75
Hex FB E9 83 0 7 30 2 33 5E 4B
Octal 373 351 203 0 7 60 2 63 136 113
Binary 11111011 11101001 10000011 0 111 110000 10 110011 1011110 1001011

Color Harmonies of #FBE983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE983

Black with #FBE983

Text Example


Text Example

White with #FBE983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE983; }

 p { color: rgb(251,233,131); }

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

background-color css

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

 a { background-color: rgb(251,233,131); }

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

border-color css

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

 span { border-color: rgb(251,233,131); }

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