Html Css Color HEX #FBDA54 Mustard

📋 copy color: '#FBDA54'

red 251 ◦ green 218 ◦ blue 84

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

Shades of Mustard #FBDA54

Tints of Mustard #FBDA54

RGB

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

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

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

R = 45.39%
G = 39.42%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FBDA54 (or 0xFBDA54) is known color: Mustard. HEX triplet: FB, DA and 54. RGB value is (251,218,84). Sum of RGB (Red+Green+Blue) = 251+218+84=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 84 (33.20% from 255 or 15.19% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDA54 is #0425AB. Grayscale: #D5D5D5. Windows color (decimal): -271788 or 5561083. OLE color: 5561083.

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

Color convert

RGB 251 218 84 -
CMYK 0 0.13 0.67 0.02
HSL 48.14º 0.95% 0.66% -
HSV(B) 48.14º 0.67% 0.98% -
XYZ 66.46 71.29 18.65 -
YUV 212.59 55.43 155.4 -
System Red Green Blue C M Y K H S L
Decimal 251 218 84 0 0.13 0.67 0.02 48.14 0.95 0.66
Hex FB DA 54 0 D 43 2 30 5F 42
Octal 373 332 124 0 15 103 2 60 137 102
Binary 11111011 11011010 1010100 0 1101 1000011 10 110000 1011111 1000010

Color Harmonies of #FBDA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDA54

Black with #FBDA54

Text Example


Text Example

White with #FBDA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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