#FBED65

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

Shades of Corn #FBED65

Tints of Corn #FBED65

Color information

#FBED65 (or 0xFBED65) is unknown color: approx Corn. HEX triplet: FB, ED and 65. RGB value is (251,237,101). Sum of RGB (Red+Green+Blue) = 251+237+101=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 101 (39.84% from 255 or 17.15% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED65 is #04129A. Grayscale: #E2E2E2. Windows color (decimal): -266907 or 6680059. OLE color: 6680059.

HSL color Cylindrical-coordinate representation of color #FBED65: hue angle of 54.4º 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 #FBED65 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB251237101-
CMYK00.060.600.02
HSL54.4º94.94%69.02%-
HSV(B)54.4º59.76%98.43%-
XYZ72.4282.0224.33-
YUV225.6857.64146.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.61%
GREEN value IS 237 (92.97% from 255) = 40.24%
BLUE value IS 101 (39.84% from 255) = 17.15%
R=42.61%
G=40.24%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123710100.060.600.0254.494.9469.02
HexFBED65063C2365f45
Octal3733551450674266137105
Binary1111101111101101110010101101111001011011010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBED65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBED65; }

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

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

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

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

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

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

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

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