Html Css Color HEX #FCE385 Buff

📋 copy color: '#FCE385'

red 252 ◦ green 227 ◦ blue 133

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

Shades of Buff #FCE385

Tints of Buff #FCE385

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.09%

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

R = 41.18%
G = 37.09%
B = 21.73%

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

#FCE385 (or 0xFCE385) is known color: Buff. HEX triplet: FC, E3 and 85. RGB value is (252,227,133). Sum of RGB (Red+Green+Blue) = 252+227+133=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 227 (89.06% from 255 or 37.09% from 612); Blue value is 133 (52.34% from 255 or 21.73% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE385 is #031C7A. Grayscale: #E0E0E0. Windows color (decimal): -203899 or 8774652. OLE color: 8774652.

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

Color convert

RGB 252 227 133 -
CMYK 0 0.10 0.47 0.01
HSL 47.39º 0.95% 0.75% -
HSV(B) 47.39º 0.47% 0.99% -
XYZ 71.85 77.33 33.33 -
YUV 223.76 76.78 148.14 -
System Red Green Blue C M Y K H S L
Decimal 252 227 133 0 0.10 0.47 0.01 47.39 0.95 0.75
Hex FC E3 85 0 A 2F 1 2F 5F 4B
Octal 374 343 205 0 12 57 1 57 137 113
Binary 11111100 11100011 10000101 0 1010 101111 1 101111 1011111 1001011

Color Harmonies of #FCE385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE385

Black with #FCE385

Text Example


Text Example

White with #FCE385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE385; }

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

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

background-color css

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

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

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

border-color css

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

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

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