#FBF063

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

Shades of Corn #FBF063

Tints of Corn #FBF063

Color information

#FBF063 (or 0xFBF063) is unknown color: approx Corn. HEX triplet: FB, F0 and 63. RGB value is (251,240,99). Sum of RGB (Red+Green+Blue) = 251+240+99=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 99 (39.06% from 255 or 16.78% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF063 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF063 is #040F9C. Grayscale: #E3E3E3. Windows color (decimal): -266141 or 6549755. OLE color: 6549755.

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

Color convert

RGB25124099-
CMYK00.040.610.02
HSL55.66º95%68.63%-
HSV(B)55.66º60.56%98.43%-
XYZ73.283.7324.11-
YUV227.2155.64144.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.54%
GREEN value IS 240 (94.14% from 255) = 40.68%
BLUE value IS 99 (39.06% from 255) = 16.78%
R=42.54%
G=40.68%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512409900.040.610.0255.669568.63
HexFBF063043D2385f45
Octal3733601430475270137105
Binary1111101111110000110001101001111011011100010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF063; }

 p { color: rgb(251,240,99); }

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

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

 a { background-color: rgb(251,240,99); }

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

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

 span { border-color: rgb(251,240,99); }

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