Html Css Color HEX #FCE586 Buff

📋 copy color: '#FCE586'

red 252 ◦ green 229 ◦ blue 134

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

Shades of Buff #FCE586

Tints of Buff #FCE586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 21.79%

R = 40.98%
G = 37.24%
B = 21.79%

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

#FCE586 (or 0xFCE586) is known color: Buff. HEX triplet: FC, E5 and 86. RGB value is (252,229,134). Sum of RGB (Red+Green+Blue) = 252+229+134=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 229 (89.84% from 255 or 37.24% from 615); Blue value is 134 (52.73% from 255 or 21.79% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE586 is #031A79. Grayscale: #E1E1E1. Windows color (decimal): -203386 or 8840700. OLE color: 8840700.

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

Color convert

RGB 252 229 134 -
CMYK 0 0.09 0.47 0.01
HSL 48.31º 0.95% 0.76% -
HSV(B) 48.31º 0.47% 0.99% -
XYZ 72.47 78.46 33.88 -
YUV 225.05 76.62 147.22 -
System Red Green Blue C M Y K H S L
Decimal 252 229 134 0 0.09 0.47 0.01 48.31 0.95 0.76
Hex FC E5 86 0 9 2F 1 30 5F 4C
Octal 374 345 206 0 11 57 1 60 137 114
Binary 11111100 11100101 10000110 0 1001 101111 1 110000 1011111 1001100

Color Harmonies of #FCE586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE586

Black with #FCE586

Text Example


Text Example

White with #FCE586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE586; }

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

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

background-color css

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

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

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

border-color css

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

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

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