#FBD542

Color #FBD542 Energy Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Energy Yellow #FBD542

Tints of Energy Yellow #FBD542

Color information

#FBD542 (or 0xFBD542) is unknown color: approx Energy Yellow. HEX triplet: FB, D5 and 42. RGB value is (251,213,66). Sum of RGB (Red+Green+Blue) = 251+213+66=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 66 (26.17% from 255 or 12.45% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBD542 is #042ABD. Grayscale: #D0D0D0. Windows color (decimal): -273086 or 4380155. OLE color: 4380155.

HSL color Cylindrical-coordinate representation of color #FBD542: hue angle of 47.68º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FBD542 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB25121366-
CMYK00.150.740.02
HSL47.68º95.85%62.16%-
HSV(B)47.68º73.71%98.43%-
XYZ64.5668.4914.97-
YUV207.648.09158.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.36%
GREEN value IS 213 (83.59% from 255) = 40.19%
BLUE value IS 66 (26.17% from 255) = 12.45%
R=47.36%
G=40.19%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512136600.150.740.0247.6895.8562.16
HexFBD5420F4A230603e
Octal37332510201711226014076
Binary11111011110101011000010011111001010101100001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD542; }

 p { color: rgb(251,213,66); }

 H1.HeaderClassName
 {
   color: #FBD542;
 }
 .AnyTagClassName
 {
   color: #FBD542;
 }
</style>
background-color css

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

 a { background-color: rgb(251,213,66); }

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

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

 span { border-color: rgb(251,213,66); }

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