Html Css Color HEX #FCD655 Mustard

📋 copy color: '#FCD655'

red 252 ◦ green 214 ◦ blue 85

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

Shades of Mustard #FCD655

Tints of Mustard #FCD655

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.84%

 BLUE value IS 85 (33.59% from 255) = 15.43%

R = 45.74%
G = 38.84%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCD655 (or 0xFCD655) is known color: Mustard. HEX triplet: FC, D6 and 55. RGB value is (252,214,85). Sum of RGB (Red+Green+Blue) = 252+214+85=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 85 (33.59% from 255 or 15.43% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD655 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD655 is #0329AA. Grayscale: #D3D3D3. Windows color (decimal): -207275 or 5625596. OLE color: 5625596.

HSL color Cylindrical-coordinate representation of color #FCD655: hue angle of 46.35º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCD655 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 214 85 -
CMYK 0 0.15 0.66 0.01
HSL 46.35º 0.97% 0.66% -
HSV(B) 46.35º 0.66% 0.99% -
XYZ 65.83 69.44 18.53 -
YUV 210.66 57.09 157.49 -
System Red Green Blue C M Y K H S L
Decimal 252 214 85 0 0.15 0.66 0.01 46.35 0.97 0.66
Hex FC D6 55 0 F 42 1 2E 61 42
Octal 374 326 125 0 17 102 1 56 141 102
Binary 11111100 11010110 1010101 0 1111 1000010 1 101110 1100001 1000010

Color Harmonies of #FCD655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD655

Black with #FCD655

Text Example


Text Example

White with #FCD655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD655; }

 p { color: rgb(252,214,85); }

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

background-color css

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

 a { background-color: rgb(252,214,85); }

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

border-color css

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

 span { border-color: rgb(252,214,85); }

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