Html Css Color HEX #FBE255 Mustard

📋 copy color: '#FBE255'

red 251 ◦ green 226 ◦ blue 85

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

Shades of Mustard #FBE255

Tints of Mustard #FBE255

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.21%

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

R = 44.66%
G = 40.21%
B = 15.12%

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

#FBE255 (or 0xFBE255) is known color: Mustard. HEX triplet: FB, E2 and 55. RGB value is (251,226,85). Sum of RGB (Red+Green+Blue) = 251+226+85=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 85 (33.59% from 255 or 15.12% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE255 is #041DAA. Grayscale: #D9D9D9. Windows color (decimal): -269739 or 5628667. OLE color: 5628667.

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

Color convert

RGB 251 226 85 -
CMYK 0 0.10 0.66 0.02
HSL 50.96º 0.95% 0.66% -
HSV(B) 50.96º 0.66% 0.98% -
XYZ 68.62 75.56 19.56 -
YUV 217.4 53.28 151.96 -
System Red Green Blue C M Y K H S L
Decimal 251 226 85 0 0.10 0.66 0.02 50.96 0.95 0.66
Hex FB E2 55 0 A 42 2 33 5F 42
Octal 373 342 125 0 12 102 2 63 137 102
Binary 11111011 11100010 1010101 0 1010 1000010 10 110011 1011111 1000010

Color Harmonies of #FBE255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE255

Black with #FBE255

Text Example


Text Example

White with #FBE255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE255; }

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

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

background-color css

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

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

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

border-color css

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

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

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