Html Css Color HEX #FBED83 Khaki

📋 copy color: '#FBED83'

red 251 ◦ green 237 ◦ blue 131

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

Shades of Khaki #FBED83

Tints of Khaki #FBED83

RGB

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

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

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

R = 40.55%
G = 38.29%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FBED83 (or 0xFBED83) is known color: Khaki. HEX triplet: FB, ED and 83. RGB value is (251,237,131). Sum of RGB (Red+Green+Blue) = 251+237+131=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 131 (51.56% from 255 or 21.16% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBED83 is #04127C. Grayscale: #E5E5E5. Windows color (decimal): -266877 or 8646139. OLE color: 8646139.

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

Color convert

RGB 251 237 131 -
CMYK 0 0.06 0.48 0.02
HSL 53º 0.94% 0.75% -
HSV(B) 53º 0.48% 0.98% -
XYZ 74.16 82.72 33.53 -
YUV 229.1 72.64 143.62 -
System Red Green Blue C M Y K H S L
Decimal 251 237 131 0 0.06 0.48 0.02 53 0.94 0.75
Hex FB ED 83 0 6 30 2 35 5E 4B
Octal 373 355 203 0 6 60 2 65 136 113
Binary 11111011 11101101 10000011 0 110 110000 10 110101 1011110 1001011

Color Harmonies of #FBED83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED83

Black with #FBED83

Text Example


Text Example

White with #FBED83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED83; }

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

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

background-color css

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

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

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

border-color css

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

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

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