#FBE261

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

Shades of Corn #FBE261

Tints of Corn #FBE261

Color information

#FBE261 (or 0xFBE261) is unknown color: approx Corn. HEX triplet: FB, E2 and 61. RGB value is (251,226,97). Sum of RGB (Red+Green+Blue) = 251+226+97=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 226 (88.67% from 255 or 39.37% from 574); Blue value is 97 (38.28% from 255 or 16.90% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE261 is #041D9E. Grayscale: #DBDBDB. Windows color (decimal): -269727 or 6415099. OLE color: 6415099.

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

Color convert

RGB25122697-
CMYK00.100.610.02
HSL50.26º95.06%68.24%-
HSV(B)50.26º61.35%98.43%-
XYZ69.1475.7722.29-
YUV218.7759.28150.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.73%
GREEN value IS 226 (88.67% from 255) = 39.37%
BLUE value IS 97 (38.28% from 255) = 16.90%
R=43.73%
G=39.37%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512269700.100.610.0250.2695.0668.24
HexFBE2610A3D2325f44
Octal37334214101275262137104
Binary11111011111000101100001010101111011011001010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE261; }

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

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

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

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

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

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

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

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