Html Css Color HEX #FCE285 Buff

📋 copy color: '#FCE285'

red 252 ◦ green 226 ◦ blue 133

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

Shades of Buff #FCE285

Tints of Buff #FCE285

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.99%

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

R = 41.24%
G = 36.99%
B = 21.77%

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

#FCE285 (or 0xFCE285) is known color: Buff. HEX triplet: FC, E2 and 85. RGB value is (252,226,133). Sum of RGB (Red+Green+Blue) = 252+226+133=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 226 (88.67% from 255 or 36.99% from 611); Blue value is 133 (52.34% from 255 or 21.77% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE285 is #031D7A. Grayscale: #DFDFDF. Windows color (decimal): -204155 or 8774396. OLE color: 8774396.

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

Color convert

RGB 252 226 133 -
CMYK 0 0.10 0.47 0.01
HSL 46.89º 0.95% 0.75% -
HSV(B) 46.89º 0.47% 0.99% -
XYZ 71.57 76.78 33.24 -
YUV 223.17 77.11 148.56 -
System Red Green Blue C M Y K H S L
Decimal 252 226 133 0 0.10 0.47 0.01 46.89 0.95 0.75
Hex FC E2 85 0 A 2F 1 2F 5F 4B
Octal 374 342 205 0 12 57 1 57 137 113
Binary 11111100 11100010 10000101 0 1010 101111 1 101111 1011111 1001011

Color Harmonies of #FCE285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE285

Black with #FCE285

Text Example


Text Example

White with #FCE285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE285; }

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

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

background-color css

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

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

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

border-color css

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

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

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