Html Css Color HEX #FCDA58 Mustard

📋 copy color: '#FCDA58'

red 252 ◦ green 218 ◦ blue 88

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

Shades of Mustard #FCDA58

Tints of Mustard #FCDA58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 15.77%

R = 45.16%
G = 39.07%
B = 15.77%

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

#FCDA58 (or 0xFCDA58) is known color: Mustard. HEX triplet: FC, DA and 58. RGB value is (252,218,88). Sum of RGB (Red+Green+Blue) = 252+218+88=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 88 (34.77% from 255 or 15.77% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA58 is #0325A7. Grayscale: #D5D5D5. Windows color (decimal): -206248 or 5823228. OLE color: 5823228.

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

Color convert

RGB 252 218 88 -
CMYK 0 0.13 0.65 0.01
HSL 47.56º 0.96% 0.67% -
HSV(B) 47.56º 0.65% 0.99% -
XYZ 66.98 71.54 19.51 -
YUV 213.35 57.26 155.57 -
System Red Green Blue C M Y K H S L
Decimal 252 218 88 0 0.13 0.65 0.01 47.56 0.96 0.67
Hex FC DA 58 0 D 41 1 30 60 43
Octal 374 332 130 0 15 101 1 60 140 103
Binary 11111100 11011010 1011000 0 1101 1000001 1 110000 1100000 1000011

Color Harmonies of #FCDA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA58

Black with #FCDA58

Text Example


Text Example

White with #FCDA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA58; }

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

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

background-color css

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

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

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

border-color css

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

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

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