Html Css Color HEX #FBDC54 Mustard

📋 copy color: '#FBDC54'

red 251 ◦ green 220 ◦ blue 84

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

Shades of Mustard #FBDC54

Tints of Mustard #FBDC54

RGB

 RED value IS 251 (98.44% from 255) = 45.23%

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

 BLUE value IS 84 (33.2% from 255) = 15.14%

R = 45.23%
G = 39.64%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FBDC54 (or 0xFBDC54) is known color: Mustard. HEX triplet: FB, DC and 54. RGB value is (251,220,84). Sum of RGB (Red+Green+Blue) = 251+220+84=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 84 (33.20% from 255 or 15.14% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC54 is #0423AB. Grayscale: #D6D6D6. Windows color (decimal): -271276 or 5561595. OLE color: 5561595.

HSL color Cylindrical-coordinate representation of color #FBDC54: hue angle of 48.86º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FBDC54 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 220 84 -
CMYK 0 0.12 0.67 0.02
HSL 48.86º 0.95% 0.66% -
HSV(B) 48.86º 0.67% 0.98% -
XYZ 66.98 72.34 18.82 -
YUV 213.77 54.77 154.56 -
System Red Green Blue C M Y K H S L
Decimal 251 220 84 0 0.12 0.67 0.02 48.86 0.95 0.66
Hex FB DC 54 0 C 43 2 31 5F 42
Octal 373 334 124 0 14 103 2 61 137 102
Binary 11111011 11011100 1010100 0 1100 1000011 10 110001 1011111 1000010

Color Harmonies of #FBDC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC54

Black with #FBDC54

Text Example


Text Example

White with #FBDC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC54; }

 p { color: rgb(251,220,84); }

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

background-color css

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

 a { background-color: rgb(251,220,84); }

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

border-color css

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

 span { border-color: rgb(251,220,84); }

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