#FBE570

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

Shades of Sweet Corn #FBE570

Tints of Sweet Corn #FBE570

Color information

#FBE570 (or 0xFBE570) is unknown color: approx Sweet Corn. HEX triplet: FB, E5 and 70. RGB value is (251,229,112). Sum of RGB (Red+Green+Blue) = 251+229+112=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 112 (44.14% from 255 or 18.92% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE570 is #041A8F. Grayscale: #DEDEDE. Windows color (decimal): -268944 or 7398907. OLE color: 7398907.

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

Color convert

RGB251229112-
CMYK00.090.550.02
HSL50.5º94.56%71.18%-
HSV(B)50.5º55.38%98.43%-
XYZ70.7377.7226.6-
YUV222.2465.79148.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.40%
GREEN value IS 229 (89.84% from 255) = 38.68%
BLUE value IS 112 (44.14% from 255) = 18.92%
R=42.40%
G=38.68%
B=18.92%

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
Decimal25122911200.090.550.0250.594.5671.18
HexFBE57009372335f47
Octal37334516001167263137107
Binary11111011111001011110000010011101111011001110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE570; }

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

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

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

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

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

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

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

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