#FBF464

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

Shades of Corn #FBF464

Tints of Corn #FBF464

Color information

#FBF464 (or 0xFBF464) is unknown color: approx Corn. HEX triplet: FB, F4 and 64. RGB value is (251,244,100). Sum of RGB (Red+Green+Blue) = 251+244+100=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 100 (39.45% from 255 or 16.81% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF464 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF464 is #040B9B. Grayscale: #E6E6E6. Windows color (decimal): -265116 or 6616315. OLE color: 6616315.

HSL color Cylindrical-coordinate representation of color #FBF464: hue angle of 57.22º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FBF464 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB251244100-
CMYK00.030.600.02
HSL57.22º94.97%68.82%-
HSV(B)57.22º60.16%98.43%-
XYZ74.4386.1324.76-
YUV229.6854.82143.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.18%
GREEN value IS 244 (95.70% from 255) = 41.01%
BLUE value IS 100 (39.45% from 255) = 16.81%
R=42.18%
G=41.01%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124410000.030.600.0257.2294.9768.82
HexFBF464033C2395f45
Octal3733641440374271137105
Binary111110111111010011001000111111001011100110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF464; }

 p { color: rgb(251,244,100); }

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

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

 a { background-color: rgb(251,244,100); }

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

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

 span { border-color: rgb(251,244,100); }

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