Html Css Color HEX #FBE05C Mustard

📋 copy color: '#FBE05C'

red 251 ◦ green 224 ◦ blue 92

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

Shades of Mustard #FBE05C

Tints of Mustard #FBE05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.23%

R = 44.27%
G = 39.51%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FBE05C (or 0xFBE05C) is known color: Mustard. HEX triplet: FB, E0 and 5C. RGB value is (251,224,92). Sum of RGB (Red+Green+Blue) = 251+224+92=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 92 (36.33% from 255 or 16.23% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE05C is #041FA3. Grayscale: #D9D9D9. Windows color (decimal): -270244 or 6086907. OLE color: 6086907.

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

Color convert

RGB 251 224 92 -
CMYK 0 0.11 0.63 0.02
HSL 49.81º 0.95% 0.67% -
HSV(B) 49.81º 0.63% 0.98% -
XYZ 68.37 74.59 20.92 -
YUV 217.03 57.45 152.23 -
System Red Green Blue C M Y K H S L
Decimal 251 224 92 0 0.11 0.63 0.02 49.81 0.95 0.67
Hex FB E0 5C 0 B 3F 2 32 5F 43
Octal 373 340 134 0 13 77 2 62 137 103
Binary 11111011 11100000 1011100 0 1011 111111 10 110010 1011111 1000011

Color Harmonies of #FBE05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE05C

Black with #FBE05C

Text Example


Text Example

White with #FBE05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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