Html Css Color HEX #FCE485 Buff

📋 copy color: '#FCE485'

red 252 ◦ green 228 ◦ blue 133

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

Shades of Buff #FCE485

Tints of Buff #FCE485

RGB

 RED value IS 252 (98.83% from 255) = 41.11%

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

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

R = 41.11%
G = 37.19%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCE485 (or 0xFCE485) is known color: Buff. HEX triplet: FC, E4 and 85. RGB value is (252,228,133). Sum of RGB (Red+Green+Blue) = 252+228+133=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 133 (52.34% from 255 or 21.70% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE485 is #031B7A. Grayscale: #E0E0E0. Windows color (decimal): -203643 or 8774908. OLE color: 8774908.

HSL color Cylindrical-coordinate representation of color #FCE485: hue angle of 47.9º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCE485 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 228 133 -
CMYK 0 0.10 0.47 0.01
HSL 47.9º 0.95% 0.75% -
HSV(B) 47.9º 0.47% 0.99% -
XYZ 72.12 77.88 33.42 -
YUV 224.35 76.45 147.72 -
System Red Green Blue C M Y K H S L
Decimal 252 228 133 0 0.10 0.47 0.01 47.9 0.95 0.75
Hex FC E4 85 0 A 2F 1 30 5F 4B
Octal 374 344 205 0 12 57 1 60 137 113
Binary 11111100 11100100 10000101 0 1010 101111 1 110000 1011111 1001011

Color Harmonies of #FCE485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE485

Black with #FCE485

Text Example


Text Example

White with #FCE485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE485; }

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

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

background-color css

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

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

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

border-color css

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

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

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