#FBF066

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

Shades of Corn #FBF066

Tints of Corn #FBF066

Color information

#FBF066 (or 0xFBF066) is unknown color: approx Corn. HEX triplet: FB, F0 and 66. RGB value is (251,240,102). Sum of RGB (Red+Green+Blue) = 251+240+102=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 102 (40.23% from 255 or 17.20% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF066 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF066 is #040F99. Grayscale: #E4E4E4. Windows color (decimal): -266138 or 6746363. OLE color: 6746363.

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

Color convert

RGB251240102-
CMYK00.040.590.02
HSL55.57º94.9%69.22%-
HSV(B)55.57º59.36%98.43%-
XYZ73.3483.7924.88-
YUV227.5657.14144.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.33%
GREEN value IS 240 (94.14% from 255) = 40.47%
BLUE value IS 102 (40.23% from 255) = 17.20%
R=42.33%
G=40.47%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124010200.040.590.0255.5794.969.22
HexFBF066043B2385f45
Octal3733601460473270137105
Binary1111101111110000110011001001110111011100010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF066; }

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

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

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

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

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

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

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

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