#FBF25E

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

Shades of Corn #FBF25E

Tints of Corn #FBF25E

Color information

#FBF25E (or 0xFBF25E) is unknown color: approx Corn. HEX triplet: FB, F2 and 5E. RGB value is (251,242,94). Sum of RGB (Red+Green+Blue) = 251+242+94=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 94 (37.11% from 255 or 16.01% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF25E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF25E is #040DA1. Grayscale: #E4E4E4. Windows color (decimal): -265634 or 6222587. OLE color: 6222587.

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

Color convert

RGB25124294-
CMYK00.040.630.02
HSL56.56º95.15%67.65%-
HSV(B)56.56º62.55%98.43%-
XYZ73.5684.8223.09-
YUV227.8252.48144.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.76%
GREEN value IS 242 (94.92% from 255) = 41.23%
BLUE value IS 94 (37.11% from 255) = 16.01%
R=42.76%
G=41.23%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512429400.040.630.0256.5695.1567.65
HexFBF25E043F2395f44
Octal3733621360477271137104
Binary1111101111110010101111001001111111011100110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF25E; }

 p { color: rgb(251,242,94); }

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

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

 a { background-color: rgb(251,242,94); }

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

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

 span { border-color: rgb(251,242,94); }

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