Html Css Color HEX #FBE158 Mustard

📋 copy color: '#FBE158'

red 251 ◦ green 225 ◦ blue 88

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

Shades of Mustard #FBE158

Tints of Mustard #FBE158

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.89%

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

R = 44.5%
G = 39.89%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FBE158 (or 0xFBE158) is known color: Mustard. HEX triplet: FB, E1 and 58. RGB value is (251,225,88). Sum of RGB (Red+Green+Blue) = 251+225+88=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 88 (34.77% from 255 or 15.60% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE158 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE158 is #041EA7. Grayscale: #D9D9D9. Windows color (decimal): -269992 or 5825019. OLE color: 5825019.

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

Color convert

RGB 251 225 88 -
CMYK 0 0.10 0.65 0.02
HSL 50.43º 0.95% 0.66% -
HSV(B) 50.43º 0.65% 0.98% -
XYZ 68.47 75.06 20.11 -
YUV 217.16 55.11 152.14 -
System Red Green Blue C M Y K H S L
Decimal 251 225 88 0 0.10 0.65 0.02 50.43 0.95 0.66
Hex FB E1 58 0 A 41 2 32 5F 42
Octal 373 341 130 0 12 101 2 62 137 102
Binary 11111011 11100001 1011000 0 1010 1000001 10 110010 1011111 1000010

Color Harmonies of #FBE158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE158

Black with #FBE158

Text Example


Text Example

White with #FBE158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE158; }

 p { color: rgb(251,225,88); }

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

background-color css

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

 a { background-color: rgb(251,225,88); }

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

border-color css

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

 span { border-color: rgb(251,225,88); }

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