Html Css Color HEX #FBDF5A Mustard

📋 copy color: '#FBDF5A'

red 251 ◦ green 223 ◦ blue 90

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

Shades of Mustard #FBDF5A

Tints of Mustard #FBDF5A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.54%

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

R = 44.5%
G = 39.54%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FBDF5A (or 0xFBDF5A) is known color: Mustard. HEX triplet: FB, DF and 5A. RGB value is (251,223,90). Sum of RGB (Red+Green+Blue) = 251+223+90=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 90 (35.55% from 255 or 15.96% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDF5A is #0420A5. Grayscale: #D8D8D8. Windows color (decimal): -270502 or 5955579. OLE color: 5955579.

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

Color convert

RGB 251 223 90 -
CMYK 0 0.11 0.64 0.02
HSL 49.57º 0.95% 0.67% -
HSV(B) 49.57º 0.64% 0.98% -
XYZ 68.02 74.02 20.38 -
YUV 216.21 56.78 152.81 -
System Red Green Blue C M Y K H S L
Decimal 251 223 90 0 0.11 0.64 0.02 49.57 0.95 0.67
Hex FB DF 5A 0 B 40 2 32 5F 43
Octal 373 337 132 0 13 100 2 62 137 103
Binary 11111011 11011111 1011010 0 1011 1000000 10 110010 1011111 1000011

Color Harmonies of #FBDF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDF5A

Black with #FBDF5A

Text Example


Text Example

White with #FBDF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDF5A; }

 p { color: rgb(251,223,90); }

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

background-color css

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

 a { background-color: rgb(251,223,90); }

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

border-color css

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

 span { border-color: rgb(251,223,90); }

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