Html Css Color HEX #FCDB58 Mustard

📋 copy color: '#FCDB58'

red 252 ◦ green 219 ◦ blue 88

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

Shades of Mustard #FCDB58

Tints of Mustard #FCDB58

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.18%

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

R = 45.08%
G = 39.18%
B = 15.74%

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

#FCDB58 (or 0xFCDB58) is known color: Mustard. HEX triplet: FC, DB and 58. RGB value is (252,219,88). Sum of RGB (Red+Green+Blue) = 252+219+88=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 88 (34.77% from 255 or 15.74% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB58 is #0324A7. Grayscale: #D6D6D6. Windows color (decimal): -205992 or 5823484. OLE color: 5823484.

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

Color convert

RGB 252 219 88 -
CMYK 0 0.13 0.65 0.01
HSL 47.93º 0.96% 0.67% -
HSV(B) 47.93º 0.65% 0.99% -
XYZ 67.24 72.06 19.6 -
YUV 213.93 56.93 155.15 -
System Red Green Blue C M Y K H S L
Decimal 252 219 88 0 0.13 0.65 0.01 47.93 0.96 0.67
Hex FC DB 58 0 D 41 1 30 60 43
Octal 374 333 130 0 15 101 1 60 140 103
Binary 11111100 11011011 1011000 0 1101 1000001 1 110000 1100000 1000011

Color Harmonies of #FCDB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB58

Black with #FCDB58

Text Example


Text Example

White with #FCDB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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