Html Css Color HEX #FCE384 Buff

📋 copy color: '#FCE384'

red 252 ◦ green 227 ◦ blue 132

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

Shades of Buff #FCE384

Tints of Buff #FCE384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 21.6%

R = 41.24%
G = 37.15%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FCE384 (or 0xFCE384) is known color: Buff. HEX triplet: FC, E3 and 84. RGB value is (252,227,132). Sum of RGB (Red+Green+Blue) = 252+227+132=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 227 (89.06% from 255 or 37.15% from 611); Blue value is 132 (51.95% from 255 or 21.60% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE384 is #031C7B. Grayscale: #E0E0E0. Windows color (decimal): -203900 or 8709116. OLE color: 8709116.

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

Color convert

RGB 252 227 132 -
CMYK 0 0.10 0.48 0.01
HSL 47.5º 0.95% 0.75% -
HSV(B) 47.5º 0.48% 0.99% -
XYZ 71.78 77.3 32.97 -
YUV 223.65 76.28 148.22 -
System Red Green Blue C M Y K H S L
Decimal 252 227 132 0 0.10 0.48 0.01 47.5 0.95 0.75
Hex FC E3 84 0 A 30 1 30 5F 4B
Octal 374 343 204 0 12 60 1 60 137 113
Binary 11111100 11100011 10000100 0 1010 110000 1 110000 1011111 1001011

Color Harmonies of #FCE384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE384

Black with #FCE384

Text Example


Text Example

White with #FCE384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE384; }

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

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

background-color css

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

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

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

border-color css

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

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

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