#FBE670

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

Shades of Sweet Corn #FBE670

Tints of Sweet Corn #FBE670

Color information

#FBE670 (or 0xFBE670) is unknown color: approx Sweet Corn. HEX triplet: FB, E6 and 70. RGB value is (251,230,112). Sum of RGB (Red+Green+Blue) = 251+230+112=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 230 (90.23% from 255 or 38.79% from 593); Blue value is 112 (44.14% from 255 or 18.89% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE670 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBE670 is #04198F. Grayscale: #DFDFDF. Windows color (decimal): -268688 or 7399163. OLE color: 7399163.

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

Color convert

RGB251230112-
CMYK00.080.550.02
HSL50.94º94.56%71.18%-
HSV(B)50.94º55.38%98.43%-
XYZ71.0178.2726.7-
YUV222.8365.46148.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.33%
GREEN value IS 230 (90.23% from 255) = 38.79%
BLUE value IS 112 (44.14% from 255) = 18.89%
R=42.33%
G=38.79%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123011200.080.550.0250.9494.5671.18
HexFBE67008372335f47
Octal37334616001067263137107
Binary11111011111001101110000010001101111011001110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE670; }

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

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

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

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

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

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

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

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