#FBED61

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

Shades of Corn #FBED61

Tints of Corn #FBED61

Color information

#FBED61 (or 0xFBED61) is unknown color: approx Corn. HEX triplet: FB, ED and 61. RGB value is (251,237,97). Sum of RGB (Red+Green+Blue) = 251+237+97=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 97 (38.28% from 255 or 16.58% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED61 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED61 is #04129E. Grayscale: #E1E1E1. Windows color (decimal): -266911 or 6417915. OLE color: 6417915.

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

Color convert

RGB25123797-
CMYK00.060.610.02
HSL54.55º95.06%68.24%-
HSV(B)54.55º61.35%98.43%-
XYZ72.2381.9423.32-
YUV225.2355.64146.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.91%
GREEN value IS 237 (92.97% from 255) = 40.51%
BLUE value IS 97 (38.28% from 255) = 16.58%
R=42.91%
G=40.51%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512379700.060.610.0254.5595.0668.24
HexFBED61063D2375f44
Octal3733551410675267137104
Binary1111101111101101110000101101111011011011110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBED61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBED61; }

 p { color: rgb(251,237,97); }

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

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

 a { background-color: rgb(251,237,97); }

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

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

 span { border-color: rgb(251,237,97); }

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