Html Css Color HEX #FCDC51 Mustard

📋 copy color: '#FCDC51'

red 252 ◦ green 220 ◦ blue 81

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

Shades of Mustard #FCDC51

Tints of Mustard #FCDC51

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.78%

 BLUE value IS 81 (32.03% from 255) = 14.65%

R = 45.57%
G = 39.78%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCDC51 (or 0xFCDC51) is known color: Mustard. HEX triplet: FC, DC and 51. RGB value is (252,220,81). Sum of RGB (Red+Green+Blue) = 252+220+81=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 81 (32.03% from 255 or 14.65% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC51 is #0323AE. Grayscale: #D6D6D6. Windows color (decimal): -205743 or 5364988. OLE color: 5364988.

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

Color convert

RGB 252 220 81 -
CMYK 0 0.13 0.68 0.01
HSL 48.77º 0.97% 0.65% -
HSV(B) 48.77º 0.68% 0.99% -
XYZ 67.22 72.48 18.23 -
YUV 213.72 53.1 155.3 -
System Red Green Blue C M Y K H S L
Decimal 252 220 81 0 0.13 0.68 0.01 48.77 0.97 0.65
Hex FC DC 51 0 D 44 1 31 61 41
Octal 374 334 121 0 15 104 1 61 141 101
Binary 11111100 11011100 1010001 0 1101 1000100 1 110001 1100001 1000001

Color Harmonies of #FCDC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC51

Black with #FCDC51

Text Example


Text Example

White with #FCDC51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC51; }

 p { color: rgb(252,220,81); }

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

background-color css

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

 a { background-color: rgb(252,220,81); }

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

border-color css

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

 span { border-color: rgb(252,220,81); }

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