Html Css Color HEX #FBE155 Mustard

📋 copy color: '#FBE155'

red 251 ◦ green 225 ◦ blue 85

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

Shades of Mustard #FBE155

Tints of Mustard #FBE155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.15%

R = 44.74%
G = 40.11%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FBE155 (or 0xFBE155) is known color: Mustard. HEX triplet: FB, E1 and 55. RGB value is (251,225,85). Sum of RGB (Red+Green+Blue) = 251+225+85=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 85 (33.59% from 255 or 15.15% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE155 is #041EAA. Grayscale: #D9D9D9. Windows color (decimal): -269995 or 5628411. OLE color: 5628411.

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

Color convert

RGB 251 225 85 -
CMYK 0 0.10 0.66 0.02
HSL 50.6º 0.95% 0.66% -
HSV(B) 50.6º 0.66% 0.98% -
XYZ 68.35 75.02 19.47 -
YUV 216.81 53.61 152.38 -
System Red Green Blue C M Y K H S L
Decimal 251 225 85 0 0.10 0.66 0.02 50.6 0.95 0.66
Hex FB E1 55 0 A 42 2 33 5F 42
Octal 373 341 125 0 12 102 2 63 137 102
Binary 11111011 11100001 1010101 0 1010 1000010 10 110011 1011111 1000010

Color Harmonies of #FBE155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE155

Black with #FBE155

Text Example


Text Example

White with #FBE155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE155; }

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

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

background-color css

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

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

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

border-color css

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

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

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