Html Css Color HEX #FCDA59 Mustard

📋 copy color: '#FCDA59'

red 252 ◦ green 218 ◦ blue 89

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

Shades of Mustard #FCDA59

Tints of Mustard #FCDA59

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39%

 BLUE value IS 89 (35.16% from 255) = 15.92%

R = 45.08%
G = 39%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCDA59 (or 0xFCDA59) is known color: Mustard. HEX triplet: FC, DA and 59. RGB value is (252,218,89). Sum of RGB (Red+Green+Blue) = 252+218+89=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 89 (35.16% from 255 or 15.92% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA59 is #0325A6. Grayscale: #D6D6D6. Windows color (decimal): -206247 or 5888764. OLE color: 5888764.

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

Color convert

RGB 252 218 89 -
CMYK 0 0.13 0.65 0.01
HSL 47.48º 0.96% 0.67% -
HSV(B) 47.48º 0.65% 0.99% -
XYZ 67.02 71.56 19.73 -
YUV 213.46 57.76 155.49 -
System Red Green Blue C M Y K H S L
Decimal 252 218 89 0 0.13 0.65 0.01 47.48 0.96 0.67
Hex FC DA 59 0 D 41 1 2F 60 43
Octal 374 332 131 0 15 101 1 57 140 103
Binary 11111100 11011010 1011001 0 1101 1000001 1 101111 1100000 1000011

Color Harmonies of #FCDA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA59

Black with #FCDA59

Text Example


Text Example

White with #FCDA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA59; }

 p { color: rgb(252,218,89); }

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

background-color css

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

 a { background-color: rgb(252,218,89); }

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

border-color css

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

 span { border-color: rgb(252,218,89); }

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