Html Css Color HEX #FBED85 Khaki

📋 copy color: '#FBED85'

red 251 ◦ green 237 ◦ blue 133

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

Shades of Khaki #FBED85

Tints of Khaki #FBED85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 21.42%

R = 40.42%
G = 38.16%
B = 21.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FBED85 (or 0xFBED85) is known color: Khaki. HEX triplet: FB, ED and 85. RGB value is (251,237,133). Sum of RGB (Red+Green+Blue) = 251+237+133=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 133 (52.34% from 255 or 21.42% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBED85 is #04127A. Grayscale: #E5E5E5. Windows color (decimal): -266875 or 8777211. OLE color: 8777211.

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

Color convert

RGB 251 237 133 -
CMYK 0 0.06 0.47 0.02
HSL 52.88º 0.94% 0.75% -
HSV(B) 52.88º 0.47% 0.98% -
XYZ 74.3 82.77 34.25 -
YUV 229.33 73.64 143.46 -
System Red Green Blue C M Y K H S L
Decimal 251 237 133 0 0.06 0.47 0.02 52.88 0.94 0.75
Hex FB ED 85 0 6 2F 2 35 5E 4B
Octal 373 355 205 0 6 57 2 65 136 113
Binary 11111011 11101101 10000101 0 110 101111 10 110101 1011110 1001011

Color Harmonies of #FBED85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED85

Black with #FBED85

Text Example


Text Example

White with #FBED85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED85; }

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

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

background-color css

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

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

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

border-color css

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

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

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