#FBDD46

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

Shades of Energy Yellow #FBDD46

Tints of Energy Yellow #FBDD46

Color information

#FBDD46 (or 0xFBDD46) is unknown color: approx Energy Yellow. HEX triplet: FB, DD and 46. RGB value is (251,221,70). Sum of RGB (Red+Green+Blue) = 251+221+70=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 70 (27.73% from 255 or 12.92% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDD46 is #0422B9. Grayscale: #D5D5D5. Windows color (decimal): -271034 or 4644347. OLE color: 4644347.

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

Color convert

RGB25122170-
CMYK00.120.720.02
HSL50.06º95.77%62.94%-
HSV(B)50.06º72.11%98.43%-
XYZ66.7572.6616.3-
YUV212.7647.44155.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.31%
GREEN value IS 221 (86.72% from 255) = 40.77%
BLUE value IS 70 (27.73% from 255) = 12.92%
R=46.31%
G=40.77%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512217000.120.720.0250.0695.7762.94
HexFBDD460C48232603f
Octal37333510601411026214077
Binary11111011110111011000110011001001000101100101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDD46; }

 p { color: rgb(251,221,70); }

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

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

 a { background-color: rgb(251,221,70); }

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

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

 span { border-color: rgb(251,221,70); }

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