Html Css Color HEX #FBE053 Mustard

📋 copy color: '#FBE053'

red 251 ◦ green 224 ◦ blue 83

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

Shades of Mustard #FBE053

Tints of Mustard #FBE053

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.14%

 BLUE value IS 83 (32.81% from 255) = 14.87%

R = 44.98%
G = 40.14%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FBE053 (or 0xFBE053) is known color: Mustard. HEX triplet: FB, E0 and 53. RGB value is (251,224,83). Sum of RGB (Red+Green+Blue) = 251+224+83=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 83 (32.81% from 255 or 14.87% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE053 is #041FAC. Grayscale: #D8D8D8. Windows color (decimal): -270253 or 5497083. OLE color: 5497083.

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

Color convert

RGB 251 224 83 -
CMYK 0 0.11 0.67 0.02
HSL 50.36º 0.95% 0.65% -
HSV(B) 50.36º 0.67% 0.98% -
XYZ 68 74.45 18.97 -
YUV 216 52.95 152.96 -
System Red Green Blue C M Y K H S L
Decimal 251 224 83 0 0.11 0.67 0.02 50.36 0.95 0.65
Hex FB E0 53 0 B 43 2 32 5F 41
Octal 373 340 123 0 13 103 2 62 137 101
Binary 11111011 11100000 1010011 0 1011 1000011 10 110010 1011111 1000001

Color Harmonies of #FBE053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE053

Black with #FBE053

Text Example


Text Example

White with #FBE053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE053; }

 p { color: rgb(251,224,83); }

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

background-color css

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

 a { background-color: rgb(251,224,83); }

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

border-color css

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

 span { border-color: rgb(251,224,83); }

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