Html Css Color HEX #FBE385 Buff

📋 copy color: '#FBE385'

red 251 ◦ green 227 ◦ blue 133

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

Shades of Buff #FBE385

Tints of Buff #FBE385

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.15%

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

R = 41.08%
G = 37.15%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FBE385 (or 0xFBE385) is known color: Buff. HEX triplet: FB, E3 and 85. RGB value is (251,227,133). Sum of RGB (Red+Green+Blue) = 251+227+133=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 227 (89.06% from 255 or 37.15% from 611); Blue value is 133 (52.34% from 255 or 21.77% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE385 is #041C7A. Grayscale: #DFDFDF. Windows color (decimal): -269435 or 8774651. OLE color: 8774651.

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

Color convert

RGB 251 227 133 -
CMYK 0 0.10 0.47 0.02
HSL 47.8º 0.94% 0.75% -
HSV(B) 47.8º 0.47% 0.98% -
XYZ 71.49 77.14 33.31 -
YUV 223.46 76.95 147.64 -
System Red Green Blue C M Y K H S L
Decimal 251 227 133 0 0.10 0.47 0.02 47.8 0.94 0.75
Hex FB E3 85 0 A 2F 2 30 5E 4B
Octal 373 343 205 0 12 57 2 60 136 113
Binary 11111011 11100011 10000101 0 1010 101111 10 110000 1011110 1001011

Color Harmonies of #FBE385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE385

Black with #FBE385

Text Example


Text Example

White with #FBE385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE385; }

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

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

background-color css

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

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

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

border-color css

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

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

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