#FBE470

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

Shades of Sweet Corn #FBE470

Tints of Sweet Corn #FBE470

Color information

#FBE470 (or 0xFBE470) is unknown color: approx Sweet Corn. HEX triplet: FB, E4 and 70. RGB value is (251,228,112). Sum of RGB (Red+Green+Blue) = 251+228+112=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 228 (89.45% from 255 or 38.58% from 591); Blue value is 112 (44.14% from 255 or 18.95% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE470 is #041B8F. Grayscale: #DEDEDE. Windows color (decimal): -269200 or 7398651. OLE color: 7398651.

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

Color convert

RGB251228112-
CMYK00.090.550.02
HSL50.07º94.56%71.18%-
HSV(B)50.07º55.38%98.43%-
XYZ70.4577.1726.51-
YUV221.6566.12148.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.47%
GREEN value IS 228 (89.45% from 255) = 38.58%
BLUE value IS 112 (44.14% from 255) = 18.95%
R=42.47%
G=38.58%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122811200.090.550.0250.0794.5671.18
HexFBE47009372325f47
Octal37334416001167262137107
Binary11111011111001001110000010011101111011001010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE470; }

 p { color: rgb(251,228,112); }

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

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

 a { background-color: rgb(251,228,112); }

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

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

 span { border-color: rgb(251,228,112); }

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