Html Css Color HEX #FBE25A Mustard

📋 copy color: '#FBE25A'

red 251 ◦ green 226 ◦ blue 90

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

Shades of Mustard #FBE25A

Tints of Mustard #FBE25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.87%

R = 44.27%
G = 39.86%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FBE25A (or 0xFBE25A) is known color: Mustard. HEX triplet: FB, E2 and 5A. RGB value is (251,226,90). Sum of RGB (Red+Green+Blue) = 251+226+90=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 226 (88.67% from 255 or 39.86% from 567); Blue value is 90 (35.55% from 255 or 15.87% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE25A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE25A is #041DA5. Grayscale: #DADADA. Windows color (decimal): -269734 or 5956347. OLE color: 5956347.

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

Color convert

RGB 251 226 90 -
CMYK 0 0.10 0.64 0.02
HSL 50.68º 0.95% 0.67% -
HSV(B) 50.68º 0.64% 0.98% -
XYZ 68.83 75.64 20.65 -
YUV 217.97 55.78 151.56 -
System Red Green Blue C M Y K H S L
Decimal 251 226 90 0 0.10 0.64 0.02 50.68 0.95 0.67
Hex FB E2 5A 0 A 40 2 33 5F 43
Octal 373 342 132 0 12 100 2 63 137 103
Binary 11111011 11100010 1011010 0 1010 1000000 10 110011 1011111 1000011

Color Harmonies of #FBE25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE25A

Black with #FBE25A

Text Example


Text Example

White with #FBE25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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