#FBF958

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

Shades of Corn #FBF958

Tints of Corn #FBF958

Color information

#FBF958 (or 0xFBF958) is unknown color: approx Corn. HEX triplet: FB, F9 and 58. RGB value is (251,249,88). Sum of RGB (Red+Green+Blue) = 251+249+88=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 88 (34.77% from 255 or 14.97% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF958 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF958 is #0406A7. Grayscale: #E7E7E7. Windows color (decimal): -263848 or 5831163. OLE color: 5831163.

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

Color convert

RGB25124988-
CMYK00.010.650.02
HSL59.26º95.32%66.47%-
HSV(B)59.26º64.94%98.43%-
XYZ75.4288.9722.43-
YUV231.2447.16142.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.69%
GREEN value IS 249 (97.66% from 255) = 42.35%
BLUE value IS 88 (34.77% from 255) = 14.97%
R=42.69%
G=42.35%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512498800.010.650.0259.2695.3266.47
HexFBF958014123b5f42
Octal37337113001101273137102
Binary111110111111100110110000110000011011101110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF958; }

 p { color: rgb(251,249,88); }

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

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

 a { background-color: rgb(251,249,88); }

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

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

 span { border-color: rgb(251,249,88); }

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