Html Css Color HEX #FCDB5A Mustard

📋 copy color: '#FCDB5A'

red 252 ◦ green 219 ◦ blue 90

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

Shades of Mustard #FCDB5A

Tints of Mustard #FCDB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.04%

R = 44.92%
G = 39.04%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCDB5A (or 0xFCDB5A) is known color: Mustard. HEX triplet: FC, DB and 5A. RGB value is (252,219,90). Sum of RGB (Red+Green+Blue) = 252+219+90=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 90 (35.55% from 255 or 16.04% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB5A is #0324A5. Grayscale: #D6D6D6. Windows color (decimal): -205990 or 5954556. OLE color: 5954556.

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

Color convert

RGB 252 219 90 -
CMYK 0 0.13 0.64 0.01
HSL 47.78º 0.96% 0.67% -
HSV(B) 47.78º 0.64% 0.99% -
XYZ 67.32 72.1 20.04 -
YUV 214.16 57.93 154.99 -
System Red Green Blue C M Y K H S L
Decimal 252 219 90 0 0.13 0.64 0.01 47.78 0.96 0.67
Hex FC DB 5A 0 D 40 1 30 60 43
Octal 374 333 132 0 15 100 1 60 140 103
Binary 11111100 11011011 1011010 0 1101 1000000 1 110000 1100000 1000011

Color Harmonies of #FCDB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB5A

Black with #FCDB5A

Text Example


Text Example

White with #FCDB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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