Html Css Color HEX #FCE585 Buff

📋 copy color: '#FCE585'

red 252 ◦ green 229 ◦ blue 133

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

Shades of Buff #FCE585

Tints of Buff #FCE585

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.3%

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

R = 41.04%
G = 37.3%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCE585 (or 0xFCE585) is known color: Buff. HEX triplet: FC, E5 and 85. RGB value is (252,229,133). Sum of RGB (Red+Green+Blue) = 252+229+133=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 133 (52.34% from 255 or 21.66% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE585 is #031A7A. Grayscale: #E1E1E1. Windows color (decimal): -203387 or 8775164. OLE color: 8775164.

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

Color convert

RGB 252 229 133 -
CMYK 0 0.09 0.47 0.01
HSL 48.4º 0.95% 0.75% -
HSV(B) 48.4º 0.47% 0.99% -
XYZ 72.4 78.43 33.51 -
YUV 224.93 76.12 147.31 -
System Red Green Blue C M Y K H S L
Decimal 252 229 133 0 0.09 0.47 0.01 48.4 0.95 0.75
Hex FC E5 85 0 9 2F 1 30 5F 4B
Octal 374 345 205 0 11 57 1 60 137 113
Binary 11111100 11100101 10000101 0 1001 101111 1 110000 1011111 1001011

Color Harmonies of #FCE585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE585

Black with #FCE585

Text Example


Text Example

White with #FCE585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE585; }

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

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

background-color css

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

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

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

border-color css

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

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

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