#FBE85A

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

Shades of Corn #FBE85A

Tints of Corn #FBE85A

Color information

#FBE85A (or 0xFBE85A) is unknown color: approx Corn. HEX triplet: FB, E8 and 5A. RGB value is (251,232,90). Sum of RGB (Red+Green+Blue) = 251+232+90=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 232 (91.02% from 255 or 40.49% from 573); Blue value is 90 (35.55% from 255 or 15.71% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE85A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBE85A is #0417A5. Grayscale: #DEDEDE. Windows color (decimal): -268198 or 5957883. OLE color: 5957883.

HSL color Cylindrical-coordinate representation of color #FBE85A: hue angle of 52.92º 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 #FBE85A is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB25123290-
CMYK00.080.640.02
HSL52.92º95.27%66.86%-
HSV(B)52.92º64.14%98.43%-
XYZ70.4978.9621.2-
YUV221.4953.79149.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.80%
GREEN value IS 232 (91.02% from 255) = 40.49%
BLUE value IS 90 (35.55% from 255) = 15.71%
R=43.80%
G=40.49%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512329000.080.640.0252.9295.2766.86
HexFBE85A08402355f43
Octal373350132010100265137103
Binary111110111110100010110100100010000001011010110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE85A; }

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

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

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

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

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

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

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

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