Html Css Color HEX #FCE286 Buff

📋 copy color: '#FCE286'

red 252 ◦ green 226 ◦ blue 134

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

Shades of Buff #FCE286

Tints of Buff #FCE286

RGB

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

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

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

R = 41.18%
G = 36.93%
B = 21.9%

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

#FCE286 (or 0xFCE286) is known color: Buff. HEX triplet: FC, E2 and 86. RGB value is (252,226,134). Sum of RGB (Red+Green+Blue) = 252+226+134=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 134 (52.73% from 255 or 21.90% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE286 is #031D79. Grayscale: #DFDFDF. Windows color (decimal): -204154 or 8839932. OLE color: 8839932.

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

Color convert

RGB 252 226 134 -
CMYK 0 0.10 0.47 0.01
HSL 46.78º 0.95% 0.76% -
HSV(B) 46.78º 0.47% 0.99% -
XYZ 71.64 76.81 33.6 -
YUV 223.29 77.61 148.48 -
System Red Green Blue C M Y K H S L
Decimal 252 226 134 0 0.10 0.47 0.01 46.78 0.95 0.76
Hex FC E2 86 0 A 2F 1 2F 5F 4C
Octal 374 342 206 0 12 57 1 57 137 114
Binary 11111100 11100010 10000110 0 1010 101111 1 101111 1011111 1001100

Color Harmonies of #FCE286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE286

Black with #FCE286

Text Example


Text Example

White with #FCE286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE286; }

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

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

background-color css

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

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

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

border-color css

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

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

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