Html Css Color HEX #FBE485 Buff

📋 copy color: '#FBE485'

red 251 ◦ green 228 ◦ blue 133

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

Shades of Buff #FBE485

Tints of Buff #FBE485

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.25%

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

R = 41.01%
G = 37.25%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FBE485 (or 0xFBE485) is known color: Buff. HEX triplet: FB, E4 and 85. RGB value is (251,228,133). Sum of RGB (Red+Green+Blue) = 251+228+133=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 133 (52.34% from 255 or 21.73% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE485 is #041B7A. Grayscale: #E0E0E0. Windows color (decimal): -269179 or 8774907. OLE color: 8774907.

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

Color convert

RGB 251 228 133 -
CMYK 0 0.09 0.47 0.02
HSL 48.31º 0.94% 0.75% -
HSV(B) 48.31º 0.47% 0.98% -
XYZ 71.76 77.69 33.4 -
YUV 224.05 76.62 147.22 -
System Red Green Blue C M Y K H S L
Decimal 251 228 133 0 0.09 0.47 0.02 48.31 0.94 0.75
Hex FB E4 85 0 9 2F 2 30 5E 4B
Octal 373 344 205 0 11 57 2 60 136 113
Binary 11111011 11100100 10000101 0 1001 101111 10 110000 1011110 1001011

Color Harmonies of #FBE485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE485

Black with #FBE485

Text Example


Text Example

White with #FBE485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE485; }

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

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

background-color css

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

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

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

border-color css

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

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

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